diff options
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-icq.ui')
-rw-r--r-- | libempathy-gtk/empathy-account-widget-icq.ui | 35 |
1 files changed, 5 insertions, 30 deletions
diff --git a/libempathy-gtk/empathy-account-widget-icq.ui b/libempathy-gtk/empathy-account-widget-icq.ui index f889fd050..1b989b734 100644 --- a/libempathy-gtk/empathy-account-widget-icq.ui +++ b/libempathy-gtk/empathy-account-widget-icq.ui @@ -16,7 +16,7 @@ <object class="GtkTable" id="table_common_settings"> <property name="visible">True</property> <property name="n_rows">3</property> - <property name="n_columns">3</property> + <property name="n_columns">2</property> <property name="column_spacing">12</property> <property name="row_spacing">6</property> <child> @@ -48,28 +48,6 @@ </packing> </child> <child> - <object class="GtkButton" id="button_forget"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <child> - <object class="GtkImage" id="image834"> - <property name="visible">True</property> - <property name="stock">gtk-clear</property> - <property name="icon-size">1</property> - </object> - </child> - </object> - <packing> - <property name="left_attach">2</property> - <property name="right_attach">3</property> - <property name="top_attach">2</property> - <property name="bottom_attach">3</property> - <property name="x_options"></property> - <property name="y_options"></property> - </packing> - </child> - <child> <object class="GtkEntry" id="entry_uin"> <property name="visible">True</property> <property name="can_focus">True</property> @@ -77,7 +55,7 @@ </object> <packing> <property name="left_attach">1</property> - <property name="right_attach">3</property> + <property name="right_attach">2</property> <property name="y_options"></property> </packing> </child> @@ -97,12 +75,6 @@ </packing> </child> <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> - <child> <object class="GtkLabel" id="label_username_example"> <property name="visible">True</property> <property name="xalign">0</property> @@ -120,6 +92,9 @@ <property name="bottom_attach">2</property> </packing> </child> + <child> + <placeholder/> + </child> </object> <packing> <property name="expand">False</property> |