libsysprof-ui: fix more margins and packing

This commit is contained in:
Christian Hergert
2021-10-01 12:29:13 -07:00
parent 6d3799b343
commit 277b303ad3
2 changed files with 21 additions and 30 deletions

View File

@ -5,7 +5,10 @@
<object class="GtkBox">
<property name="width-request">500</property>
<property name="halign">center</property>
<property name="border-width">36</property>
<property name="margin-start">36</property>
<property name="margin-end">36</property>
<property name="margin-top">36</property>
<property name="margin-bottom">36</property>
<property name="orientation">vertical</property>
<property name="spacing">12</property>
<property name="visible">true</property>