mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 23:10:22 +00:00
GtkFileChooser: Fix an ordering issue
The previous commit removed default-valued properties, but apparently that has a negative effect for grid packing properties, so put the explicit value back.
This commit is contained in:
parent
bdf49a7c3a
commit
4336d02e24
@ -400,6 +400,7 @@
|
||||
<signal name="changed" handler="new_folder_name_changed"/>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left-attach">0</property>
|
||||
<property name="top-attach">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
|
Loading…
Reference in New Issue
Block a user