diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-12-07 16:11:09 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-12-07 22:11:34 +0100 |
commit | 74dd206e67c2efb1e56d817be9e42a1ed82e3239 (patch) | |
tree | c85b5573313bca78214c9ef681a413d7604b9721 /svtools/uiconfig/ui/inputbox.ui | |
parent | 3792a944c8ad057ca7507f8fbdb59cb6a120272d (diff) |
Resolves: tdf#121954 basic input box used to have label on top of entry
so for a quiet life arrange it like that again. https://xkcd.com/1172/
Change-Id: I8d1f3a914f8792b8c91ccd1b98d1fbd2a25a4213
Reviewed-on: https://gerrit.libreoffice.org/64777
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools/uiconfig/ui/inputbox.ui')
-rw-r--r-- | svtools/uiconfig/ui/inputbox.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/uiconfig/ui/inputbox.ui b/svtools/uiconfig/ui/inputbox.ui index f17243ccb824..3a7d9a3d6030 100644 --- a/svtools/uiconfig/ui/inputbox.ui +++ b/svtools/uiconfig/ui/inputbox.ui @@ -88,8 +88,8 @@ <property name="width_chars">65</property> </object> <packing> - <property name="left_attach">1</property> - <property name="top_attach">0</property> + <property name="left_attach">0</property> + <property name="top_attach">1</property> </packing> </child> </object> |