Drop height-requests for graphs to make them resizable

This commit is contained in:
Simon Steinbeiss
2014-12-19 12:34:59 +01:00
parent cd1309d97f
commit 9e5a6a89d3

View File

@@ -128,7 +128,6 @@
<property name="can_focus">False</property>
<child>
<object class="GtkFrame" id="graph-cpu">
<property name="height_request">100</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
@@ -151,7 +150,6 @@
</child>
<child>
<object class="GtkFrame" id="graph-mem">
<property name="height_request">100</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>