gui: space out the drawings a bit

pull/145/head
Peter Hutterer 2019-07-19 10:38:40 +10:00
parent c29da10918
commit 2547f6b26d
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@
<template class="Drawing" parent="GtkBox">
<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="orientation">vertical</property>
<child>
<object class="GtkBox">