diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-16 23:05:53 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-30 18:53:16 +0800 |
commit | 3479e2bafb401bd4cd7fc3332c52c3c3cbdc8ba0 (patch) | |
tree | 0dc11e63f87b7ade94fec74a55cf0956a995b550 /libempathy-gtk/empathy-account-widget-yahoo.ui | |
parent | 34667825a2bf494807755558b33e58512db5caee (diff) | |
download | gsoc2013-empathy-3479e2bafb401bd4cd7fc3332c52c3c3cbdc8ba0.tar gsoc2013-empathy-3479e2bafb401bd4cd7fc3332c52c3c3cbdc8ba0.tar.gz gsoc2013-empathy-3479e2bafb401bd4cd7fc3332c52c3c3cbdc8ba0.tar.bz2 gsoc2013-empathy-3479e2bafb401bd4cd7fc3332c52c3c3cbdc8ba0.tar.lz gsoc2013-empathy-3479e2bafb401bd4cd7fc3332c52c3c3cbdc8ba0.tar.xz gsoc2013-empathy-3479e2bafb401bd4cd7fc3332c52c3c3cbdc8ba0.tar.zst gsoc2013-empathy-3479e2bafb401bd4cd7fc3332c52c3c3cbdc8ba0.zip |
remove forget button
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-yahoo.ui')
-rw-r--r-- | libempathy-gtk/empathy-account-widget-yahoo.ui | 35 |
1 files changed, 5 insertions, 30 deletions
diff --git a/libempathy-gtk/empathy-account-widget-yahoo.ui b/libempathy-gtk/empathy-account-widget-yahoo.ui index c595a3430..c985458bb 100644 --- a/libempathy-gtk/empathy-account-widget-yahoo.ui +++ b/libempathy-gtk/empathy-account-widget-yahoo.ui @@ -17,7 +17,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> @@ -36,28 +36,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">GTK_FILL</property> - <property name="y_options"></property> - </packing> - </child> - <child> <object class="GtkLabel" id="label_id"> <property name="visible">True</property> <property name="xalign">0</property> @@ -78,7 +56,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> @@ -98,12 +76,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> @@ -121,6 +93,9 @@ <property name="bottom_attach">2</property> </packing> </child> + <child> + <placeholder/> + </child> </object> <packing> <property name="expand">False</property> |