2018-07-27 11:20:03 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<template class="GwrWindow" parent="GtkApplicationWindow">
|
|
|
|
<property name="default-width">600</property>
|
|
|
|
<property name="default-height">300</property>
|
|
|
|
<child type="titlebar">
|
|
|
|
<object class="GtkHeaderBar" id="header_bar">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="show-close-button">True</property>
|
2018-07-27 11:58:49 +00:00
|
|
|
<property name="title">Water Reminder</property>
|
2018-07-27 11:20:03 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2018-07-27 11:58:49 +00:00
|
|
|
<object class="GwrWaterLevel" id="level">
|
2018-07-27 11:20:03 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
2018-07-27 11:58:49 +00:00
|
|
|
</interface>
|