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:
Georges Basile Stavracas Neto 2017-02-13 14:56:31 +01:00 committed by Debarshi Ray
parent 14d0988208
commit 7d852bfab0

View file

@ -74,9 +74,13 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="spacing">18</property>
<property name="border-width">8</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>
<object class="GtkLabel">
<property name="visible">True</property>