aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-account-widget-sip.ui
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2009-08-10 23:20:17 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-08-22 21:25:14 +0800
commitf77948f72bf1863ed85d903c9a6f28353f36b175 (patch)
tree524b17ca9750691d9df2392e0434dc3fc0cf34b7 /libempathy-gtk/empathy-account-widget-sip.ui
parent0e5397ae0e6cc3d75f8e9db19ca872cf28cf41be (diff)
downloadgsoc2013-empathy-f77948f72bf1863ed85d903c9a6f28353f36b175.tar
gsoc2013-empathy-f77948f72bf1863ed85d903c9a6f28353f36b175.tar.gz
gsoc2013-empathy-f77948f72bf1863ed85d903c9a6f28353f36b175.tar.bz2
gsoc2013-empathy-f77948f72bf1863ed85d903c9a6f28353f36b175.tar.lz
gsoc2013-empathy-f77948f72bf1863ed85d903c9a6f28353f36b175.tar.xz
gsoc2013-empathy-f77948f72bf1863ed85d903c9a6f28353f36b175.tar.zst
gsoc2013-empathy-f77948f72bf1863ed85d903c9a6f28353f36b175.zip
Add example labels to the simple widgets
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-sip.ui')
-rw-r--r--libempathy-gtk/empathy-account-widget-sip.ui28
1 files changed, 25 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-account-widget-sip.ui b/libempathy-gtk/empathy-account-widget-sip.ui
index edb70e426..84e68b01f 100644
--- a/libempathy-gtk/empathy-account-widget-sip.ui
+++ b/libempathy-gtk/empathy-account-widget-sip.ui
@@ -233,12 +233,34 @@
<property name="yalign">0</property>
<property name="xscale">0.34999999403953552</property>
<property name="yscale">0.34999999403953552</property>
+ <property name="bottom_padding">3</property>
<property name="left_padding">12</property>
<child>
- <object class="GtkEntry" id="entry_userid_simple">
+ <object class="GtkVBox" id="vbox1">
<property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="invisible_char">&#x2022;</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">4</property>
+ <child>
+ <object class="GtkEntry" id="entry_userid_simple">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="invisible_char">&#x2022;</property>
+ </object>
+ <packing>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label_example">
+ <property name="visible">True</property>
+ <property name="xalign">0.10000000149011612</property>
+ <property name="label" translatable="yes">&lt;span size="small"&gt;&lt;b&gt;Example:&lt;/b&gt; user@my.sip.server&lt;/span&gt;</property>
+ <property name="use_markup">True</property>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
</object>
</child>
</object>