diff options
author | Felix Kaser <f.kaser@gmx.net> | 2009-12-03 06:11:51 +0800 |
---|---|---|
committer | Felix Kaser <f.kaser@gmx.net> | 2009-12-15 20:52:43 +0800 |
commit | 1a85521a5acf30995d71b86d733ef56c17e619e6 (patch) | |
tree | 0907369c851aafa312d24e89664db215ffb549bc /src/empathy-accounts-dialog.ui | |
parent | b2f25f9f70969bf3d872780becb4f73137c268d1 (diff) | |
download | gsoc2013-empathy-1a85521a5acf30995d71b86d733ef56c17e619e6.tar gsoc2013-empathy-1a85521a5acf30995d71b86d733ef56c17e619e6.tar.gz gsoc2013-empathy-1a85521a5acf30995d71b86d733ef56c17e619e6.tar.bz2 gsoc2013-empathy-1a85521a5acf30995d71b86d733ef56c17e619e6.tar.lz gsoc2013-empathy-1a85521a5acf30995d71b86d733ef56c17e619e6.tar.xz gsoc2013-empathy-1a85521a5acf30995d71b86d733ef56c17e619e6.tar.zst gsoc2013-empathy-1a85521a5acf30995d71b86d733ef56c17e619e6.zip |
added vbox for the status-infobar
the vbox should hold the infobar which shows the connection status in accounts-dialog
Diffstat (limited to 'src/empathy-accounts-dialog.ui')
-rw-r--r-- | src/empathy-accounts-dialog.ui | 26 |
1 files changed, 19 insertions, 7 deletions
diff --git a/src/empathy-accounts-dialog.ui b/src/empathy-accounts-dialog.ui index bcc909fb9..86f5e3292 100644 --- a/src/empathy-accounts-dialog.ui +++ b/src/empathy-accounts-dialog.ui @@ -99,14 +99,26 @@ <property name="visible">True</property> <property name="spacing">6</property> <child> - <object class="GtkLabel" id="label_name"> + <object class="GtkVBox" id="vbox_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> + <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> </object> <packing> <property name="position">0</property> |