summaryrefslogtreecommitdiff
path: root/src/resources/ui/nautilus-list-view-column-editor.ui
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniof@gnome.org>2021-07-25 16:13:45 +0100
committerAntónio Fernandes <antoniof@gnome.org>2021-07-26 23:52:07 +0100
commitfe402b671bfcfb8d5c8bdbec8a78defdd8aba69a (patch)
tree475e72ebbb7718a85c479f2bd8372ec72fc72f8a /src/resources/ui/nautilus-list-view-column-editor.ui
parenta911082b7949b38c7cf1b61f785a726857ea09c8 (diff)
downloadnautilus-fe402b671bfcfb8d5c8bdbec8a78defdd8aba69a.tar.gz
list-view: Build column editor with GtkBuilderwip/antoniof/column-chooser-dialog-rework
Keeping with the direction of preferring declarative UI definitions. Also, it will help with porting to GTK4. While we are at it, adopt HdyWindow for rounded corners, and make the label not bold.
Diffstat (limited to 'src/resources/ui/nautilus-list-view-column-editor.ui')
-rw-r--r--src/resources/ui/nautilus-list-view-column-editor.ui40
1 files changed, 40 insertions, 0 deletions
diff --git a/src/resources/ui/nautilus-list-view-column-editor.ui b/src/resources/ui/nautilus-list-view-column-editor.ui
new file mode 100644
index 000000000..5b30e863c
--- /dev/null
+++ b/src/resources/ui/nautilus-list-view-column-editor.ui
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated with glade 3.38.2 -->
+<interface>
+ <object class="HdyWindow" id="window">
+ <property name="modal">True</property>
+ <property name="type-hint">dialog</property>
+ <property name="default-width">300</property>
+ <property name="default-height">400</property>
+ <child>
+ <object class="GtkBox">
+ <property name="visible">True</property>
+ <property name="orientation">vertical</property>
+ <child>
+ <object class="HdyHeaderBar">
+ <property name="visible">True</property>
+ <property name="title" bind-source="window" bind-property="title" bind-flags="sync-create"/>
+ <property name="show-close-button">True</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkBox" id="box">
+ <property name="visible">True</property>
+ <property name="margin">12</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">12</property>
+ <child>
+ <object class="GtkLabel">
+ <property name="label" translatable="yes">Choose the order of information to appear in this folder:</property>
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="yalign">0</property>
+ <property name="wrap">True</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+</interface>