diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-03 22:38:08 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-03 22:39:07 +0800 |
commit | f66a2306e3b29591cc4fce485afbc12f3221e459 (patch) | |
tree | 33ce41eb6065d64b1217e411d2922f92b2fcffc3 /src | |
parent | 219e27e8fb0dd0be1514af3d30b35d95472245ee (diff) | |
download | gsoc2013-empathy-f66a2306e3b29591cc4fce485afbc12f3221e459.tar gsoc2013-empathy-f66a2306e3b29591cc4fce485afbc12f3221e459.tar.gz gsoc2013-empathy-f66a2306e3b29591cc4fce485afbc12f3221e459.tar.bz2 gsoc2013-empathy-f66a2306e3b29591cc4fce485afbc12f3221e459.tar.lz gsoc2013-empathy-f66a2306e3b29591cc4fce485afbc12f3221e459.tar.xz gsoc2013-empathy-f66a2306e3b29591cc4fce485afbc12f3221e459.tar.zst gsoc2013-empathy-f66a2306e3b29591cc4fce485afbc12f3221e459.zip |
new-chatroom-dialog: swap the position of the 'Room' and 'Server' entries.
The 'Server' entry is optionnal and it looks weird to display it first
(#597678).
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-new-chatroom-dialog.ui | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/empathy-new-chatroom-dialog.ui b/src/empathy-new-chatroom-dialog.ui index c2fb13470..903877f20 100644 --- a/src/empathy-new-chatroom-dialog.ui +++ b/src/empathy-new-chatroom-dialog.ui @@ -40,8 +40,8 @@ <packing> <property name="left_attach">1</property> <property name="right_attach">3</property> - <property name="top_attach">2</property> - <property name="bottom_attach">3</property> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> <property name="x_options">GTK_FILL</property> </packing> </child> @@ -54,8 +54,8 @@ <property name="mnemonic_widget">entry_room</property> </object> <packing> - <property name="top_attach">2</property> - <property name="bottom_attach">3</property> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> <property name="x_options">GTK_FILL</property> </packing> </child> @@ -69,8 +69,8 @@ <packing> <property name="left_attach">1</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> @@ -84,8 +84,8 @@ <property name="mnemonic_widget">entry_server</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> |