diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2009-08-10 23:20:17 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-08-22 21:25:14 +0800 |
commit | f77948f72bf1863ed85d903c9a6f28353f36b175 (patch) | |
tree | 524b17ca9750691d9df2392e0434dc3fc0cf34b7 /libempathy-gtk/empathy-account-widget-icq.ui | |
parent | 0e5397ae0e6cc3d75f8e9db19ca872cf28cf41be (diff) | |
download | gsoc2013-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-icq.ui')
-rw-r--r-- | libempathy-gtk/empathy-account-widget-icq.ui | 28 |
1 files changed, 25 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-account-widget-icq.ui b/libempathy-gtk/empathy-account-widget-icq.ui index b2a62c215..1a19500b5 100644 --- a/libempathy-gtk/empathy-account-widget-icq.ui +++ b/libempathy-gtk/empathy-account-widget-icq.ui @@ -240,12 +240,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_uin_simple"> + <object class="GtkVBox" id="vbox1"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="invisible_char">•</property> + <property name="orientation">vertical</property> + <property name="spacing">4</property> + <child> + <object class="GtkEntry" id="entry_uin_simple"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="invisible_char">•</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"><span size="small"><b>Example:</b> 123456789</span></property> + <property name="use_markup">True</property> + </object> + <packing> + <property name="position">1</property> + </packing> + </child> </object> </child> </object> |