online-accounts: Small UI improvement
Add more margin to the lists. https://bugzilla.gnome.org/show_bug.cgi?id=774222
This commit is contained in:
parent
14d0988208
commit
7d852bfab0
1 changed files with 6 additions and 2 deletions
|
@ -74,9 +74,13 @@
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_focus">False</property>
|
<property name="can_focus">False</property>
|
||||||
<property name="spacing">18</property>
|
<property name="spacing">18</property>
|
||||||
<property name="border-width">8</property>
|
|
||||||
<property name="orientation">vertical</property>
|
<property name="orientation">vertical</property>
|
||||||
<property name="margin">6</property>
|
<property name="margin_start">32</property>
|
||||||
|
<property name="margin_end">32</property>
|
||||||
|
<property name="margin_top">18</property>
|
||||||
|
<property name="margin_bottom">18</property>
|
||||||
|
<property name="hexpand">True</property>
|
||||||
|
<property name="width-request">300</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkLabel">
|
<object class="GtkLabel">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue