summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-02-20 13:04:33 +0000
committerMatthias Clasen <mclasen@redhat.com>2023-02-20 13:04:33 +0000
commitfbfbaa484dd2b5300e608ad9a609014e456ae603 (patch)
tree8f1d77b386e1859b4c021338b124b7b184c9ef1c
parent8be601da4fc66cc0bb5cc7d50061b216c3ede8cf (diff)
parent07b9a6fb75cf4d44d378c6fe2d251e5209ea64b4 (diff)
downloadgtk+-fbfbaa484dd2b5300e608ad9a609014e456ae603.tar.gz
Merge branch 'matthiasc/for-main' into 'main'
filechooser: Fix paned limits See merge request GNOME/gtk!5542
-rw-r--r--gtk/ui/gtkfilechooserwidget.ui8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/ui/gtkfilechooserwidget.ui b/gtk/ui/gtkfilechooserwidget.ui
index 6faecfe9eb..f7a7c9a5ec 100644
--- a/gtk/ui/gtkfilechooserwidget.ui
+++ b/gtk/ui/gtkfilechooserwidget.ui
@@ -14,7 +14,7 @@
<property name="shrink-start-child">0</property>
<property name="resize-start-child">0</property>
<property name="vexpand">1</property>
- <child>
+ <property name="start-child">
<object class="GtkPlacesSidebar" id="places_sidebar">
<property name="show-other-locations">1</property>
<property name="show-trash">0</property>
@@ -25,8 +25,8 @@
<signal name="show-error-message" handler="places_sidebar_show_error_message_cb" swapped="no"/>
<signal name="show-other-locations-with-flags" handler="places_sidebar_show_other_locations_with_flags_cb" swapped="no"/>
</object>
- </child>
- <child>
+ </property>
+ <property name="end-child">
<object class="GtkBox">
<property name="orientation">1</property>
<child>
@@ -526,7 +526,7 @@
</object>
</child>
</object>
- </child>
+ </property>
</object>
</child>
</object>