19 lines
651 B
XML
19 lines
651 B
XML
<?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>
|
|
<property name="title">Water Reminder</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GwrWaterLevel" id="level">
|
|
<property name="visible">True</property>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface> |