data: add some margins to the SetupPerspective

Bit of space between the writing and the edges is a nice luxury to have.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
pull/184/head
Peter Hutterer 2019-08-22 13:27:12 +10:00
parent 8a3a8f0456
commit abe96aa4eb
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@
<object class="GtkStack" id="stack">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_left">10</property>
<property name="margin_right">10</property>
<property name="margin_top">10</property>
<property name="margin_bottom">100</property>
<child>
<object class="GtkBox">