gui: add a GTK separator under the month/year label

pull/145/head
Peter Hutterer 2019-07-19 14:13:50 +10:00
parent 357f25deb4
commit 097f66f33c
1 changed files with 16 additions and 1 deletions

View File

@ -27,9 +27,12 @@
</packing>
</child>
<child>
<object class="GtkFlowBox" id="flowbox_drawings">
<object class="GtkSeparator">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_left">20</property>
<property name="margin_right">20</property>
<property name="margin_bottom">20</property>
</object>
<packing>
<property name="expand">False</property>
@ -37,5 +40,17 @@
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkFlowBox" id="flowbox_drawings">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="homogeneous">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">2</property>
</packing>
</child>
</template>
</interface>