fix gtk2 customisation window instruction box expansion

This commit is contained in:
Vincent Sanders 2019-09-20 23:33:12 +01:00 committed by Daniel Silverstone
parent bebb883d5a
commit e14416d43f

View File

@ -25,8 +25,9 @@
<property name="label" translatable="yes">gtkCustomizeToolbarInstructions</property> <property name="label" translatable="yes">gtkCustomizeToolbarInstructions</property>
</object> </object>
<packing> <packing>
<property name="expand">True</property> <property name="expand">False</property>
<property name="fill">True</property> <property name="fill">True</property>
<property name="padding">6</property>
<property name="position">1</property> <property name="position">1</property>
</packing> </packing>
</child> </child>