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:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user