Add a show-memory-in-xbytes checkbox and its corresponding property

This commit is contained in:
Landry Breuil
2014-12-04 20:37:31 +01:00
parent a554ff2e8b
commit 589ea153cf
3 changed files with 18 additions and 0 deletions

View File

@@ -186,6 +186,20 @@
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkCheckButton" id="button-show-memory-in-xbytes">
<property name="label" translatable="yes">Show memory usage in bytes</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="draw_indicator">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">2</property>
</packing>
</child>
</object>
</child>
</object>