Add drawing area for size demonstartion

This commit is contained in:
Mario Hüttel 2018-12-22 19:37:57 +01:00
parent a2b83c37a9
commit 4f9e5ca0b4
1 changed files with 12 additions and 0 deletions

View File

@ -106,5 +106,17 @@
<property name="position">5</property>
</packing>
</child>
<child>
<object class="GtkDrawingArea" id="shape-drawer">
<property name="height_request">100</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">6</property>
</packing>
</child>
</object>
</interface>