diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2009-08-28 20:39:04 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-08-31 23:34:42 +0800 |
commit | 032af43881ddaac3de000207ee73eec0d0448dd8 (patch) | |
tree | e01db1a93cbeae86777f7ef0766f72f48101a122 /libempathy-gtk | |
parent | 8df108603d829a98f2c9cb99f5394200ea7c6972 (diff) | |
download | gsoc2013-empathy-032af43881ddaac3de000207ee73eec0d0448dd8.tar gsoc2013-empathy-032af43881ddaac3de000207ee73eec0d0448dd8.tar.gz gsoc2013-empathy-032af43881ddaac3de000207ee73eec0d0448dd8.tar.bz2 gsoc2013-empathy-032af43881ddaac3de000207ee73eec0d0448dd8.tar.lz gsoc2013-empathy-032af43881ddaac3de000207ee73eec0d0448dd8.tar.xz gsoc2013-empathy-032af43881ddaac3de000207ee73eec0d0448dd8.tar.zst gsoc2013-empathy-032af43881ddaac3de000207ee73eec0d0448dd8.zip |
Add a specialized GTalk widget UI in glade
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-account-widget-jabber.ui | 119 |
1 files changed, 114 insertions, 5 deletions
diff --git a/libempathy-gtk/empathy-account-widget-jabber.ui b/libempathy-gtk/empathy-account-widget-jabber.ui index d32182257..34949be6c 100644 --- a/libempathy-gtk/empathy-account-widget-jabber.ui +++ b/libempathy-gtk/empathy-account-widget-jabber.ui @@ -104,12 +104,32 @@ </packing> </child> <child> - <object class="GtkLabel" id="label_username_example"> + <object class="GtkVBox" id="vbox1"> <property name="visible">True</property> - <property name="xalign">0</property> - <property name="xpad">3</property> - <property name="label" translatable="yes"><span size="small"><b>Example:</b> user@jabber.org</span></property> - <property name="use_markup">True</property> + <property name="orientation">vertical</property> + <child> + <object class="GtkLabel" id="label_username_example"> + <property name="visible">True</property> + <property name="xalign">0</property> + <property name="xpad">3</property> + <property name="label" translatable="yes"><span size="small"><b>Example:</b> user@jabber.org</span></property> + <property name="use_markup">True</property> + </object> + <packing> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="label_username_g_example"> + <property name="xalign">0</property> + <property name="xpad">3</property> + <property name="label" translatable="yes"><span size="small"><b>Example:</b> user@gmail.com</span></property> + <property name="use_markup">True</property> + </object> + <packing> + <property name="position">1</property> + </packing> + </child> </object> <packing> <property name="left_attach">1</property> @@ -478,4 +498,93 @@ </packing> </child> </object> + <object class="GtkVBox" id="vbox_gtalk_simple"> + <property name="visible">True</property> + <property name="orientation">vertical</property> + <child> + <object class="GtkLabel" id="label_id_g_simple"> + <property name="visible">True</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">What is your Google ID?</property> + </object> + <packing> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkAlignment" id="alignment_simple_gtalk_id"> + <property name="visible">True</property> + <property name="xalign">0</property> + <property name="yalign">0</property> + <property name="xscale">0.34999999403953552</property> + <property name="yscale">0.34999999403953552</property> + <property name="top_padding">6</property> + <property name="bottom_padding">3</property> + <property name="left_padding">12</property> + <child> + <object class="GtkVBox" id="vbox1"> + <property name="visible">True</property> + <property name="orientation">vertical</property> + <property name="spacing">4</property> + <child> + <object class="GtkEntry" id="entry_id_g_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_g_example"> + <property name="visible">True</property> + <property name="xalign">0.10000000149011612</property> + <property name="label" translatable="yes"><span size="small"><b>Example:</b> user@gmail.com</span></property> + <property name="use_markup">True</property> + </object> + <packing> + <property name="position">1</property> + </packing> + </child> + </object> + </child> + </object> + <packing> + <property name="position">1</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="label_password_g_simple"> + <property name="visible">True</property> + <property name="xalign">0</property> + <property name="ypad">6</property> + <property name="label" translatable="yes">What is your Google password?</property> + </object> + <packing> + <property name="position">2</property> + </packing> + </child> + <child> + <object class="GtkAlignment" id="alignment2"> + <property name="visible">True</property> + <property name="xalign">0</property> + <property name="yalign">0</property> + <property name="xscale">0.34999999403953552</property> + <property name="yscale">0.5</property> + <property name="left_padding">12</property> + <child> + <object class="GtkEntry" id="entry_password_g_simple"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="visibility">False</property> + <property name="invisible_char">•</property> + </object> + </child> + </object> + <packing> + <property name="position">3</property> + </packing> + </child> + </object> </interface> |