aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-main-window.ui
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-04-15 14:18:33 +0800
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2011-05-05 15:12:27 +0800
commit1038e0350d5cbe5b70f8d618b1a13d6717da8d7c (patch)
tree617e543b04546ce4464a23c3ca9d8bcd262b6540 /src/empathy-main-window.ui
parent4f128d19a94c2315db1bab800be93d97e6033b72 (diff)
downloadgsoc2013-empathy-1038e0350d5cbe5b70f8d618b1a13d6717da8d7c.tar
gsoc2013-empathy-1038e0350d5cbe5b70f8d618b1a13d6717da8d7c.tar.gz
gsoc2013-empathy-1038e0350d5cbe5b70f8d618b1a13d6717da8d7c.tar.bz2
gsoc2013-empathy-1038e0350d5cbe5b70f8d618b1a13d6717da8d7c.tar.lz
gsoc2013-empathy-1038e0350d5cbe5b70f8d618b1a13d6717da8d7c.tar.xz
gsoc2013-empathy-1038e0350d5cbe5b70f8d618b1a13d6717da8d7c.tar.zst
gsoc2013-empathy-1038e0350d5cbe5b70f8d618b1a13d6717da8d7c.zip
Create balance widget, tie it to the action
TODO: - show and hide balance widgets in response to a toggleaction
Diffstat (limited to 'src/empathy-main-window.ui')
-rw-r--r--src/empathy-main-window.ui19
1 files changed, 16 insertions, 3 deletions
diff --git a/src/empathy-main-window.ui b/src/empathy-main-window.ui
index 91b493b56..7852de151 100644
--- a/src/empathy-main-window.ui
+++ b/src/empathy-main-window.ui
@@ -319,7 +319,7 @@
</packing>
</child>
<child>
- <object class="GtkVBox" id="errors_vbox">
+ <object class="GtkVBox" id="balance_vbox">
<child>
<placeholder/>
</child>
@@ -328,10 +328,11 @@
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">2</property>
+ <property name="spacing">3</property>
</packing>
</child>
<child>
- <object class="GtkVBox" id="auth_vbox">
+ <object class="GtkVBox" id="errors_vbox">
<child>
<placeholder/>
</child>
@@ -343,6 +344,18 @@
</packing>
</child>
<child>
+ <object class="GtkVBox" id="auth_vbox">
+ <child>
+ <placeholder/>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">4</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkNotebook" id="notebook">
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -374,7 +387,7 @@
</child>
</object>
<packing>
- <property name="position">4</property>
+ <property name="position">5</property>
</packing>
</child>
</object>