summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniof@gnome.org>2021-08-15 18:35:45 +0100
committerOndrej Holy <oholy@redhat.com>2021-11-22 15:16:18 +0000
commit77f580f5778bfabf48c39961a05fc07c41629587 (patch)
treec0e262f921881b6b4a10ea6cacbf3766da9058a4
parent0105bfb8accb22e6aeb3b88fb20559b44d14d16e (diff)
downloadnautilus-77f580f5778bfabf48c39961a05fc07c41629587.tar.gz
properties-window: Stop using GtkButtonBox
It's going away with GTK4. Replace it with a GtkBox. This will result in visual changes to the dialog, but the existing visuals are outdated and a redesign is overdue anyway.
-rw-r--r--src/resources/ui/nautilus-properties-window.ui12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/resources/ui/nautilus-properties-window.ui b/src/resources/ui/nautilus-properties-window.ui
index 4ffc5932e..d3cba94ed 100644
--- a/src/resources/ui/nautilus-properties-window.ui
+++ b/src/resources/ui/nautilus-properties-window.ui
@@ -1322,23 +1322,23 @@
</packing>
</child>
<child>
- <object class="GtkButtonBox" id="app_chooser_button_box">
+ <object class="GtkBox">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="spacing">6</property>
- <property name="layout_style">end</property>
<child>
<object class="GtkButton" id="reset_button">
<property name="label" translatable="yes">Reset</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
+ <property name="hexpand">True</property>
+ <property name="halign">start</property>
</object>
<packing>
<property name="expand">False</property>
- <property name="fill">False</property>
+ <property name="fill">True</property>
<property name="position">0</property>
- <property name="secondary">True</property>
</packing>
</child>
<child>
@@ -1351,7 +1351,7 @@
</object>
<packing>
<property name="expand">False</property>
- <property name="fill">False</property>
+ <property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
@@ -1364,7 +1364,7 @@
</object>
<packing>
<property name="expand">False</property>
- <property name="fill">False</property>
+ <property name="fill">True</property>
<property name="position">2</property>
</packing>
</child>