diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2015-08-05 10:46:43 +0200 |
---|---|---|
committer | Szymon Kłos <eszkadev@gmail.com> | 2015-08-14 08:45:34 +0200 |
commit | 02daf3c948999ae294528b05dd834072011fff71 (patch) | |
tree | 67069fb5d75c23e805a21154a3598135eda58f18 /svtools/uiconfig | |
parent | ade20c362e52ae883077ef1c9c8eb9d2d55de85b (diff) |
Port field on the same line as Host
Change-Id: Iddf611e372772cbe5c38aecc81f4d43412d653da
Diffstat (limited to 'svtools/uiconfig')
-rw-r--r-- | svtools/uiconfig/ui/placeedit.ui | 38 |
1 files changed, 20 insertions, 18 deletions
diff --git a/svtools/uiconfig/ui/placeedit.ui b/svtools/uiconfig/ui/placeedit.ui index 543410242bd8..272c096917c6 100644 --- a/svtools/uiconfig/ui/placeedit.ui +++ b/svtools/uiconfig/ui/placeedit.ui @@ -191,7 +191,8 @@ </object> <packing> <property name="left_attach">1</property> - <property name="top_attach">3</property> + <property name="top_attach">2</property> + <property name="width">3</property> </packing> </child> <child> @@ -205,7 +206,7 @@ </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">2</property> + <property name="top_attach">1</property> </packing> </child> <child> @@ -217,7 +218,20 @@ </object> <packing> <property name="left_attach">1</property> - <property name="top_attach">2</property> + <property name="top_attach">1</property> + <property name="width">3</property> + </packing> + </child> + <child> + <object class="GtkEntry" id="host"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="hexpand">True</property> + <property name="invisible_char">●</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">0</property> </packing> </child> <child> @@ -230,8 +244,8 @@ <property name="mnemonic_widget">port</property> </object> <packing> - <property name="left_attach">0</property> - <property name="top_attach">1</property> + <property name="left_attach">2</property> + <property name="top_attach">0</property> </packing> </child> <child> @@ -244,19 +258,7 @@ <property name="numeric">True</property> </object> <packing> - <property name="left_attach">1</property> - <property name="top_attach">1</property> - </packing> - </child> - <child> - <object class="GtkEntry" id="host"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="hexpand">True</property> - <property name="invisible_char">●</property> - </object> - <packing> - <property name="left_attach">1</property> + <property name="left_attach">3</property> <property name="top_attach">0</property> </packing> </child> |