[gnome-control-center/setup] Add an 'Add Account' button



commit 5cb94d7e9d70e7fff84e910cb00469d1557a8387
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri May 13 08:53:47 2011 -0400

    Add an 'Add Account' button
    
    Doesn't do anything yet...

 setup/setup.ui |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
---
diff --git a/setup/setup.ui b/setup/setup.ui
index 0fc6f0e..2cb8d4c 100644
--- a/setup/setup.ui
+++ b/setup/setup.ui
@@ -62,6 +62,8 @@
             <property name="xalign">0.0</property>
             <property name="margin-top">18</property>
             <property name="margin-bottom">18</property>
+            <property name="wrap">True</property>
+            <property name="width-chars">50</property>
             <attributes>
               <attribute name="weight" value="bold"/>
             </attributes>
@@ -543,6 +545,7 @@
             <property name="margin-bottom">18</property>
             <property name="xalign">0.0</property>
             <property name="wrap">True</property>
+            <property name="width-chars">50</property>
             <attributes>
               <attribute name="weight" value="bold"/>
             </attributes>
@@ -554,6 +557,22 @@
             <property name="height">1</property>
           </packing>
         </child>
+        <child>
+          <object class="GtkButton" id="online-add-button">
+            <property name="visible">True</property>
+            <property name="label">_Add Account</property>
+            <property name="use_underline">True</property>
+            <property name="halign">start</property>
+            <property name="valign">start</property>
+            <property name="margin-top">24</property>
+          </object>
+          <packing>
+            <property name="left_attach">0</property>
+            <property name="top_attach">2</property>
+            <property name="width">1</property>
+            <property name="height">1</property>
+          </packing>
+        </child>
       </object>
       <packing>
         <property name="title" translatable="yes">Web Accounts</property>



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