[gnome-control-center/wip/gbsneto/new-goa-panel: 74/76] online-accounts: make the account editor box vertical



commit 9ede7eb83db2200c38c898b84c077859dd78a83b
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Nov 10 14:58:27 2016 -0200

    online-accounts: make the account editor box vertical
    
    When credentials expire, they're being added horizontally since
    this is the default value of the GtkOrientable:orientation property.
    
    Fix that by making the account editor box vertical, and adding some
    spacing.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=774222

 panels/online-accounts/online-accounts.ui |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/panels/online-accounts/online-accounts.ui b/panels/online-accounts/online-accounts.ui
index f4d2611..fd675f5 100644
--- a/panels/online-accounts/online-accounts.ui
+++ b/panels/online-accounts/online-accounts.ui
@@ -208,6 +208,8 @@
                   <object class="GtkBox"  id="accounts_vbox">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
+                    <property name="orientation">vertical</property>
+                    <property name="spacing">12</property>
                   </object>
                 </child>
                 <child>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]