Fix ad-hoc command window only displaying a very small area

This commit is contained in:
Emmanuel Gil Peyrot 2016-10-30 19:50:06 +00:00
parent 7cb31512c6
commit b51b27d460

View file

@ -119,7 +119,7 @@
</child> </child>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">True</property>
<property name="fill">True</property> <property name="fill">True</property>
<property name="position">1</property> <property name="position">1</property>
</packing> </packing>
@ -385,7 +385,7 @@
</child> </child>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">True</property>
<property name="fill">True</property> <property name="fill">True</property>
<property name="position">0</property> <property name="position">0</property>
</packing> </packing>