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:
Matthias Clasen 2015-05-02 01:04:01 -04:00
parent bdf49a7c3a
commit 4336d02e24

View File

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