diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2009-08-04 19:20:52 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-08-22 21:17:38 +0800 |
commit | 712f5f9f45105ce66f0f8d4fff40857924943ae8 (patch) | |
tree | 2250ca59d0c0f71021a0b7e7ef961adac12faff7 /libempathy-gtk/empathy-account-widget-msn.ui | |
parent | b69cd1fb3e9c4f2ffe87e1be5e165cc168cc60c9 (diff) | |
download | gsoc2013-empathy-712f5f9f45105ce66f0f8d4fff40857924943ae8.tar gsoc2013-empathy-712f5f9f45105ce66f0f8d4fff40857924943ae8.tar.gz gsoc2013-empathy-712f5f9f45105ce66f0f8d4fff40857924943ae8.tar.bz2 gsoc2013-empathy-712f5f9f45105ce66f0f8d4fff40857924943ae8.tar.lz gsoc2013-empathy-712f5f9f45105ce66f0f8d4fff40857924943ae8.tar.xz gsoc2013-empathy-712f5f9f45105ce66f0f8d4fff40857924943ae8.tar.zst gsoc2013-empathy-712f5f9f45105ce66f0f8d4fff40857924943ae8.zip |
Add simple implementations for many widgets
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-msn.ui')
-rw-r--r-- | libempathy-gtk/empathy-account-widget-msn.ui | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-account-widget-msn.ui b/libempathy-gtk/empathy-account-widget-msn.ui index 1d7bde038..2f06d88e7 100644 --- a/libempathy-gtk/empathy-account-widget-msn.ui +++ b/libempathy-gtk/empathy-account-widget-msn.ui @@ -194,4 +194,70 @@ </packing> </child> </object> + <object class="GtkVBox" id="vbox_msn_simple"> + <property name="visible">True</property> + <property name="orientation">vertical</property> + <property name="spacing">6</property> + <child> + <object class="GtkLabel" id="label_id_simple"> + <property name="visible">True</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">What is your Windows Live user name?</property> + </object> + <packing> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkAlignment" id="alignment1"> + <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="left_padding">12</property> + <child> + <object class="GtkEntry" id="entry_id_simple"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="invisible_char">•</property> + </object> + </child> + </object> + <packing> + <property name="position">1</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="label_password_simple"> + <property name="visible">True</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">What is your Windows Live 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.34999999403953552</property> + <property name="left_padding">12</property> + <child> + <object class="GtkEntry" id="entry_password_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> |