Set the initial size of the pane

This commit is contained in:
Simon Steinbeiss
2014-12-19 11:46:05 +01:00
parent 69e4d3cdff
commit b55c97c52e

View File

@@ -116,6 +116,8 @@
<object class="GtkVPaned" id="vpaned1"> <object class="GtkVPaned" id="vpaned1">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="position">100</property>
<property name="position_set">True</property>
<child> <child>
<object class="GtkVBox" id="graph-vbox"> <object class="GtkVBox" id="graph-vbox">
<property name="visible">True</property> <property name="visible">True</property>
@@ -168,7 +170,7 @@
</child> </child>
</object> </object>
<packing> <packing>
<property name="resize">True</property> <property name="resize">False</property>
<property name="shrink">False</property> <property name="shrink">False</property>
</packing> </packing>
</child> </child>