diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-11-01 22:45:06 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-11-01 23:02:46 +0800 |
commit | 96144defe29269f9eec1d487effebc1a9ca50f52 (patch) | |
tree | 7e39a80f3013e366046dc51d7c613b4e86a6cbc8 /libempathy-gtk/empathy-contact-widget.ui | |
parent | b26b85d3bddf2afd23b621a817cd5041c5e2ef17 (diff) | |
download | gsoc2013-empathy-96144defe29269f9eec1d487effebc1a9ca50f52.tar gsoc2013-empathy-96144defe29269f9eec1d487effebc1a9ca50f52.tar.gz gsoc2013-empathy-96144defe29269f9eec1d487effebc1a9ca50f52.tar.bz2 gsoc2013-empathy-96144defe29269f9eec1d487effebc1a9ca50f52.tar.lz gsoc2013-empathy-96144defe29269f9eec1d487effebc1a9ca50f52.tar.xz gsoc2013-empathy-96144defe29269f9eec1d487effebc1a9ca50f52.tar.zst gsoc2013-empathy-96144defe29269f9eec1d487effebc1a9ca50f52.zip |
contact-widget: port to GtkGrid
https://bugzilla.gnome.org/show_bug.cgi?id=662903
Diffstat (limited to 'libempathy-gtk/empathy-contact-widget.ui')
-rw-r--r-- | libempathy-gtk/empathy-contact-widget.ui | 40 |
1 files changed, 5 insertions, 35 deletions
diff --git a/libempathy-gtk/empathy-contact-widget.ui b/libempathy-gtk/empathy-contact-widget.ui index acfad6a16..96e9275e1 100644 --- a/libempathy-gtk/empathy-contact-widget.ui +++ b/libempathy-gtk/empathy-contact-widget.ui @@ -13,10 +13,8 @@ <property name="visible">True</property> <property name="spacing">6</property> <child> - <object class="GtkTable" id="table_contact"> + <object class="GtkGrid" id="grid_contact"> <property name="visible">True</property> - <property name="n_rows">3</property> - <property name="n_columns">2</property> <property name="column_spacing">6</property> <property name="row_spacing">6</property> <child> @@ -26,8 +24,6 @@ <property name="label" translatable="yes">Account:</property> </object> <packing> - <property name="x_options">GTK_FILL</property> - <property name="y_options"></property> </packing> </child> <child> @@ -38,9 +34,7 @@ </object> <packing> <property name="top_attach">1</property> - <property name="bottom_attach">2</property> - <property name="x_options">GTK_FILL</property> - <property name="y_options"></property> + <property name="left_attach">0</property> </packing> </child> <child> @@ -51,9 +45,7 @@ </object> <packing> <property name="top_attach">2</property> - <property name="bottom_attach">3</property> - <property name="x_options">GTK_FILL</property> - <property name="y_options"></property> + <property name="left_attach">0</property> </packing> </child> <child> @@ -204,17 +196,10 @@ <property name="visible">True</property> <property name="spacing">6</property> <child> - <object class="GtkTable" id="table_details"> + <object class="GtkGrid" id="grid_details"> <property name="visible">True</property> - <property name="n_columns">2</property> <property name="column_spacing">12</property> <property name="row_spacing">6</property> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> </object> <packing> <property name="position">0</property> @@ -295,10 +280,8 @@ <property name="visible">True</property> <property name="spacing">6</property> <child> - <object class="GtkTable" id="table_client"> + <object class="GtkGrid" id="grid_client"> <property name="visible">True</property> - <property name="n_rows">3</property> - <property name="n_columns">2</property> <property name="column_spacing">12</property> <property name="row_spacing">6</property> <child> @@ -310,8 +293,6 @@ </object> <packing> <property name="top_attach">2</property> - <property name="bottom_attach">3</property> - <property name="x_options">GTK_FILL</property> </packing> </child> <child> @@ -323,8 +304,6 @@ </object> <packing> <property name="top_attach">1</property> - <property name="bottom_attach">2</property> - <property name="x_options">GTK_FILL</property> </packing> </child> <child> @@ -335,7 +314,6 @@ <property name="label" translatable="yes">Client:</property> </object> <packing> - <property name="x_options">GTK_FILL</property> </packing> </child> <child> @@ -349,8 +327,6 @@ </object> <packing> <property name="left_attach">1</property> - <property name="right_attach">2</property> - <property name="y_options"></property> </packing> </child> <child> @@ -364,10 +340,7 @@ </object> <packing> <property name="left_attach">1</property> - <property name="right_attach">2</property> <property name="top_attach">1</property> - <property name="bottom_attach">2</property> - <property name="y_options"></property> </packing> </child> <child> @@ -381,10 +354,7 @@ </object> <packing> <property name="left_attach">1</property> - <property name="right_attach">2</property> <property name="top_attach">2</property> - <property name="bottom_attach">3</property> - <property name="y_options"></property> </packing> </child> </object> |