aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-accounts-dialog.ui
diff options
context:
space:
mode:
authorFelix Kaser <f.kaser@gmx.net>2009-12-03 07:18:16 +0800
committerFelix Kaser <f.kaser@gmx.net>2009-12-15 20:52:44 +0800
commit220c7e08dbcce8325c8695573643e7448d98b9e1 (patch)
treeae1bca2e5e50aee27a2ac6ba873c9274d19fc2ba /src/empathy-accounts-dialog.ui
parentaca1d575ff5caf0eb8ae1fc401eca1c7f7d620d9 (diff)
downloadgsoc2013-empathy-220c7e08dbcce8325c8695573643e7448d98b9e1.tar
gsoc2013-empathy-220c7e08dbcce8325c8695573643e7448d98b9e1.tar.gz
gsoc2013-empathy-220c7e08dbcce8325c8695573643e7448d98b9e1.tar.bz2
gsoc2013-empathy-220c7e08dbcce8325c8695573643e7448d98b9e1.tar.lz
gsoc2013-empathy-220c7e08dbcce8325c8695573643e7448d98b9e1.tar.xz
gsoc2013-empathy-220c7e08dbcce8325c8695573643e7448d98b9e1.tar.zst
gsoc2013-empathy-220c7e08dbcce8325c8695573643e7448d98b9e1.zip
change position of the infobar
Diffstat (limited to 'src/empathy-accounts-dialog.ui')
-rw-r--r--src/empathy-accounts-dialog.ui39
1 files changed, 19 insertions, 20 deletions
diff --git a/src/empathy-accounts-dialog.ui b/src/empathy-accounts-dialog.ui
index 86f5e3292..0c59e4d3e 100644
--- a/src/empathy-accounts-dialog.ui
+++ b/src/empathy-accounts-dialog.ui
@@ -99,26 +99,14 @@
<property name="visible">True</property>
<property name="spacing">6</property>
<child>
- <object class="GtkVBox" id="vbox_name">
+ <object class="GtkLabel" id="label_name">
<property name="visible">True</property>
- <property name="orientation">vertical</property>
- <child>
- <object class="GtkLabel" id="label_name">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="selectable">True</property>
- <attributes>
- <attribute name="weight" value="bold"/>
- <attribute name="scale" value="1.200000"/>
- </attributes>
- </object>
- <packing>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <placeholder/>
- </child>
+ <property name="can_focus">True</property>
+ <property name="selectable">True</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ <attribute name="scale" value="1.200000"/>
+ </attributes>
</object>
<packing>
<property name="position">0</property>
@@ -145,6 +133,17 @@
</packing>
</child>
<child>
+ <object class="GtkAlignment" id="alignment_infobar">
+ <property name="visible">True</property>
+ <child>
+ <placeholder/>
+ </child>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkAlignment" id="alignment_settings">
<property name="visible">True</property>
<property name="top_padding">6</property>
@@ -154,7 +153,7 @@
</child>
</object>
<packing>
- <property name="position">1</property>
+ <property name="position">2</property>
</packing>
</child>
</object>