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.
This commit is contained in:
António Fernandes 2021-08-15 18:35:45 +01:00 committed by Ondrej Holy
parent 0105bfb8ac
commit 77f580f577

View file

@ -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>