summaryrefslogtreecommitdiff
path: root/src/resources/ui/nautilus-list-view-column-editor.ui
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniojpfernandes@gmail.com>2022-01-09 01:25:39 +0000
committerAntónio Fernandes <antoniojpfernandes@gmail.com>2022-01-09 01:25:39 +0000
commite358c2343c47aa26d568254a12f06a8431b2da42 (patch)
tree592e1ec16487dc510d699c2f5215c67b4ef16060 /src/resources/ui/nautilus-list-view-column-editor.ui
parent041719803013e0a6c9e9b06bf3a35a9cbe2bf81b (diff)
downloadnautilus-e358c2343c47aa26d568254a12f06a8431b2da42.tar.gz
general: Switch to GTK4
The new major version of the toolkit is a requirement to fix old issues and enable future enhancements. Update symbols and adapt logic to API changes. Update and simplify UI definitions. Update local copy of places sidebar and places view. Replace dependencies with their GTK4-compatible successors. Make a minimum changes required to build and run, with known regressions to be fixed in future commits. For a detailed breakup of the changes, see the 36 commits-deep log leading to d5763facb1e5045251171ed1273dca0859f3542f. This is the main part of https://gitlab.gnome.org/GNOME/nautilus/-/issues/276
Diffstat (limited to 'src/resources/ui/nautilus-list-view-column-editor.ui')
-rw-r--r--src/resources/ui/nautilus-list-view-column-editor.ui14
1 files changed, 3 insertions, 11 deletions
diff --git a/src/resources/ui/nautilus-list-view-column-editor.ui b/src/resources/ui/nautilus-list-view-column-editor.ui
index be24516da..b71a55772 100644
--- a/src/resources/ui/nautilus-list-view-column-editor.ui
+++ b/src/resources/ui/nautilus-list-view-column-editor.ui
@@ -1,25 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.38.2 -->
<interface>
- <object class="HdyWindow" id="window">
+ <requires lib="gtk" version="4.0"/>
+ <object class="AdwWindow" 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>
+ <object class="AdwHeaderBar"/>
</child>
<child>
<object class="GtkBox" id="box">
- <property name="visible">True</property>
<property name="margin-top">12</property>
<property name="margin-bottom">12</property>
<property name="margin-start">12</property>
@@ -29,7 +22,6 @@
<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>