diff options
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-jabber.ui')
-rw-r--r-- | libempathy-gtk/empathy-account-widget-jabber.ui | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/libempathy-gtk/empathy-account-widget-jabber.ui b/libempathy-gtk/empathy-account-widget-jabber.ui index a2165393c..164bbcdf9 100644 --- a/libempathy-gtk/empathy-account-widget-jabber.ui +++ b/libempathy-gtk/empathy-account-widget-jabber.ui @@ -351,7 +351,6 @@ <object class="GtkVBox" id="vbox_jabber_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> @@ -363,12 +362,22 @@ </packing> </child> <child> + <object class="GtkLabel" id="label_id_create"> + <property name="xalign">0</property> + <property name="label" translatable="yes">What is your desired Jabber ID?</property> + </object> + <packing> + <property name="position">1</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="top_padding">6</property> <property name="left_padding">12</property> <child> <object class="GtkEntry" id="entry_id_simple"> @@ -379,17 +388,28 @@ </child> </object> <packing> - <property name="position">1</property> + <property name="position">2</property> </packing> </child> <child> <object class="GtkLabel" id="label_password_simple"> <property name="visible">True</property> <property name="xalign">0</property> + <property name="ypad">6</property> <property name="label" translatable="yes">What is your Jabber password?</property> </object> <packing> - <property name="position">2</property> + <property name="position">3</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="label_password_create"> + <property name="xalign">0</property> + <property name="ypad">6</property> + <property name="label" translatable="yes">What is your desired Jabber password?</property> + </object> + <packing> + <property name="position">4</property> </packing> </child> <child> @@ -410,7 +430,7 @@ </child> </object> <packing> - <property name="position">3</property> + <property name="position">5</property> </packing> </child> </object> |