Add another glass with the remaining water

This commit is contained in:
2018-07-27 18:53:31 +02:00
parent 1503eea2d2
commit 8ddaa8c5a2
2 changed files with 34 additions and 7 deletions

View File

@@ -7,8 +7,32 @@
<property name="default_width">600</property>
<property name="default_height">300</property>
<child>
<object class="GwrWaterLevel" id="level">
<object class="GtkBox">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="homogeneous">True</property>
<child>
<object class="GwrWaterLevel" id="remaining">
<property name="visible">True</property>
<property name="level">1.0</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GwrWaterLevel" id="level">
<property name="visible">True</property>
<property name="level">0.0</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</object>
</child>
<child type="titlebar">