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



commit f7195a5eab93aaf997f8782c24720ad63d2daef4
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 8ff4a68..f21868b 100644
--- a/panels/online-accounts/online-accounts.ui
+++ b/panels/online-accounts/online-accounts.ui
@@ -248,6 +248,8 @@
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
                     <property name="vexpand">True</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]