summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2017-02-13 14:56:31 +0100
committerDebarshi Ray <debarshir@gnome.org>2017-02-13 14:56:31 +0100
commit7d852bfab007f7e3b7b2c453fb2986a474c27cd7 (patch)
treef0ab63b5c39335e5d78affbddd63f0f23cf5dcb9
parent14d0988208a28cc0364e20b376cb2a7ca525c806 (diff)
downloadgnome-control-center-7d852bfab007f7e3b7b2c453fb2986a474c27cd7.tar.gz
online-accounts: Small UI improvement
Add more margin to the lists. https://bugzilla.gnome.org/show_bug.cgi?id=774222
-rw-r--r--panels/online-accounts/online-accounts.ui8
1 files changed, 6 insertions, 2 deletions
diff --git a/panels/online-accounts/online-accounts.ui b/panels/online-accounts/online-accounts.ui
index feb648e19..f632e5534 100644
--- a/panels/online-accounts/online-accounts.ui
+++ b/panels/online-accounts/online-accounts.ui
@@ -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>