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



commit cca74cbdc9e40fa43985071208883721c64407f3
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 89018b4..9de2b06 100644
--- a/panels/online-accounts/online-accounts.ui
+++ b/panels/online-accounts/online-accounts.ui
@@ -210,6 +210,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]