[gnome-control-center/wip/gbsneto/new-goa-panel: 6/23] online-accounts: add a header label



commit 3aace8460e845b59ab4448e34b6cfbc27171fe01
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Wed Nov 9 16:04:23 2016 -0200

    online-accounts: add a header label
    
    Add a header label as per the latest mockups.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=774222

 panels/online-accounts/online-accounts.ui |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/panels/online-accounts/online-accounts.ui b/panels/online-accounts/online-accounts.ui
index 708d5a1..0e489ae 100644
--- a/panels/online-accounts/online-accounts.ui
+++ b/panels/online-accounts/online-accounts.ui
@@ -8,13 +8,19 @@
       <object class="GtkBox">
         <property name="visible">True</property>
         <property name="can_focus">False</property>
+        <property name="orientation">vertical</property>
         <property name="spacing">18</property>
-        <property name="border-width">8</property>
-        <property name="orientation">horizontal</property>
-        <property name="margin-start">6</property>
-        <property name="margin-end">6</property>
-        <property name="margin-top">6</property>
-        <property name="margin-bottom">6</property>
+        <property name="margin">18</property>
+        <child>
+          <object class="GtkLabel">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="label" translatable="yes">Connect to your data in the cloud</property>
+            <attributes>
+              <attribute name="scale" value="1.66" />
+            </attributes>
+          </object>
+        </child>
         <child>
           <object class="GtkBox" id="accounts_tree_box">
             <property name="visible">True</property>


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