WIP: Water level widget

This commit is contained in:
2018-07-27 13:58:49 +02:00
parent 5fef988c0b
commit 10cbb64f9a
5 changed files with 80 additions and 10 deletions

View File

@@ -7,18 +7,13 @@
<object class="GtkHeaderBar" id="header_bar">
<property name="visible">True</property>
<property name="show-close-button">True</property>
<property name="title">Hello, World!</property>
<property name="title">Water Reminder</property>
</object>
</child>
<child>
<object class="GtkLabel" id="label">
<property name="label">Hello, World!</property>
<object class="GwrWaterLevel" id="level">
<property name="visible">True</property>
<attributes>
<attribute name="weight" value="bold"/>
<attribute name="scale" value="2"/>
</attributes>
</object>
</child>
</template>
</interface>
</interface>