diff options
author | Chris <schaarsc@gmx.de> | 2014-01-23 17:18:15 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2014-01-23 17:18:15 +0800 |
commit | 29a6e2542ce06cf2efb64092263b25c61f924a7a (patch) | |
tree | e0f5fc8366877209a5b03fae0958b12044e8dcc5 | |
parent | 1b2ae054bf4ec06126403ab5bdad4dc1ce5735cd (diff) | |
download | gsoc2013-evolution-29a6e2542ce06cf2efb64092263b25c61f924a7a.tar gsoc2013-evolution-29a6e2542ce06cf2efb64092263b25c61f924a7a.tar.gz gsoc2013-evolution-29a6e2542ce06cf2efb64092263b25c61f924a7a.tar.bz2 gsoc2013-evolution-29a6e2542ce06cf2efb64092263b25c61f924a7a.tar.lz gsoc2013-evolution-29a6e2542ce06cf2efb64092263b25c61f924a7a.tar.xz gsoc2013-evolution-29a6e2542ce06cf2efb64092263b25c61f924a7a.tar.zst gsoc2013-evolution-29a6e2542ce06cf2efb64092263b25c61f924a7a.zip |
Bug #721577 - Contact editor - rearrange "Office" field
-rw-r--r-- | addressbook/gui/contact-editor/contact-editor.ui | 141 |
1 files changed, 79 insertions, 62 deletions
diff --git a/addressbook/gui/contact-editor/contact-editor.ui b/addressbook/gui/contact-editor/contact-editor.ui index e4714d1bf4..919a5a440b 100644 --- a/addressbook/gui/contact-editor/contact-editor.ui +++ b/addressbook/gui/contact-editor/contact-editor.ui @@ -1197,7 +1197,7 @@ <object class="GtkTable" id="table88"> <property name="visible">True</property> <property name="border_width">12</property> - <property name="n_rows">3</property> + <property name="n_rows">4</property> <property name="n_columns">4</property> <property name="column_spacing">6</property> <property name="row_spacing">6</property> @@ -1210,6 +1210,8 @@ <property name="mnemonic_widget">entry-profession</property> </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> </packing> @@ -1223,6 +1225,8 @@ </accessibility> </object> <packing> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="y_options"></property> @@ -1237,6 +1241,8 @@ <property name="mnemonic_widget">entry-jobtitle</property> </object> <packing> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="x_options">GTK_FILL</property> @@ -1252,6 +1258,8 @@ </accessibility> </object> <packing> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="y_options"></property> @@ -1266,8 +1274,8 @@ <property name="mnemonic_widget">entry-company</property> </object> <packing> - <property name="top_attach">1</property> - <property name="bottom_attach">2</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> @@ -1283,8 +1291,8 @@ <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="top_attach">2</property> + <property name="bottom_attach">3</property> <property name="y_options"></property> </packing> </child> @@ -1299,8 +1307,8 @@ <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> - <property name="top_attach">1</property> - <property name="bottom_attach">2</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> @@ -1316,12 +1324,46 @@ <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> - <property name="top_attach">1</property> - <property name="bottom_attach">2</property> + <property name="top_attach">2</property> + <property name="bottom_attach">3</property> <property name="y_options"></property> </packing> </child> <child> + <object class="GtkLabel" id="label-office"> + <property name="visible">True</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">_Office:</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">entry-office</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="right_attach">1</property> + <property name="top_attach">3</property> + <property name="bottom_attach">4</property> + <property name="x_options">GTK_FILL</property> + <property name="y_options"></property> + </packing> + </child> + <child> + <object class="GtkEntry" id="entry-office"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <accessibility> + <relation type="labelled-by" target="label-office"/> + </accessibility> + </object> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">3</property> + <property name="bottom_attach">4</property> + <property name="y_options"></property> + </packing> + </child> + + <child> <object class="GtkLabel" id="label-manager"> <property name="visible">True</property> <property name="xalign">0</property> @@ -1330,8 +1372,8 @@ <property name="mnemonic_widget">entry-manager</property> </object> <packing> - <property name="top_attach">2</property> - <property name="bottom_attach">3</property> + <property name="top_attach">0</property> + <property name="bottom_attach">1</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> @@ -1347,8 +1389,8 @@ <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="top_attach">0</property> + <property name="bottom_attach">1</property> <property name="y_options"></property> </packing> </child> @@ -1363,8 +1405,8 @@ <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="top_attach">0</property> + <property name="bottom_attach">1</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> @@ -1380,8 +1422,8 @@ <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> - <property name="top_attach">2</property> - <property name="bottom_attach">3</property> + <property name="top_attach">0</property> + <property name="bottom_attach">1</property> <property name="y_options"></property> </packing> </child> @@ -1415,19 +1457,6 @@ <property name="column_spacing">6</property> <property name="row_spacing">6</property> <child> - <object class="GtkLabel" id="label-office"> - <property name="visible">True</property> - <property name="xalign">0</property> - <property name="label" translatable="yes">_Office:</property> - <property name="use_underline">True</property> - <property name="mnemonic_widget">entry-office</property> - </object> - <packing> - <property name="x_options">GTK_FILL</property> - <property name="y_options"></property> - </packing> - </child> - <child> <object class="GtkLabel" id="label-spouse"> <property name="visible">True</property> <property name="xalign">0</property> @@ -1436,27 +1465,15 @@ <property name="mnemonic_widget">entry-spouse</property> </object> <packing> - <property name="top_attach">1</property> - <property name="bottom_attach">2</property> + <property name="left_attach">2</property> + <property name="right_attach">3</property> + <property name="top_attach">0</property> + <property name="bottom_attach">1</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> - <object class="GtkEntry" id="entry-office"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <accessibility> - <relation type="labelled-by" target="label-office"/> - </accessibility> - </object> - <packing> - <property name="left_attach">1</property> - <property name="right_attach">2</property> - <property name="y_options"></property> - </packing> - </child> - <child> <object class="GtkEntry" id="entry-spouse"> <property name="visible">True</property> <property name="can_focus">True</property> @@ -1465,10 +1482,10 @@ </accessibility> </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="left_attach">3</property> + <property name="right_attach">4</property> + <property name="top_attach">0</property> + <property name="bottom_attach">1</property> <property name="y_options"></property> </packing> </child> @@ -1481,8 +1498,10 @@ <property name="mnemonic_widget">dateedit-birthday</property> </object> <packing> - <property name="left_attach">2</property> - <property name="right_attach">3</property> + <property name="left_attach">0</property> + <property name="right_attach">1</property> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> @@ -1496,10 +1515,8 @@ <property name="mnemonic_widget">dateedit-anniversary</property> </object> <packing> - <property name="left_attach">2</property> - <property name="right_attach">3</property> - <property name="top_attach">1</property> - <property name="bottom_attach">2</property> + <property name="left_attach">0</property> + <property name="right_attach">1</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> @@ -1518,10 +1535,8 @@ </child> </object> <packing> - <property name="left_attach">3</property> - <property name="right_attach">4</property> - <property name="top_attach">1</property> - <property name="bottom_attach">2</property> + <property name="left_attach">1</property> + <property name="right_attach">2</property> <property name="x_options">GTK_FILL</property> <property name="y_options">GTK_FILL</property> </packing> @@ -1540,8 +1555,10 @@ </child> </object> <packing> - <property name="left_attach">3</property> - <property name="right_attach">4</property> + <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="x_options">GTK_FILL</property> <property name="y_options">GTK_FILL</property> </packing> |