summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-05-13 08:53:47 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-05-13 08:53:47 -0400
commit5cb94d7e9d70e7fff84e910cb00469d1557a8387 (patch)
treedef5f93c3b925955e836d2d110bc8755ba28f871
parentbb194eef0697a118d0586735eae91a78789e49fe (diff)
downloadgnome-control-center-5cb94d7e9d70e7fff84e910cb00469d1557a8387.tar.gz
Add an 'Add Account' button
Doesn't do anything yet...
-rw-r--r--setup/setup.ui19
1 files changed, 19 insertions, 0 deletions
diff --git a/setup/setup.ui b/setup/setup.ui
index 0fc6f0e27..2cb8d4c25 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>