[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - svtools/uiconfig
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Dec 7 21:12:15 UTC 2018
svtools/uiconfig/ui/inputbox.ui | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 5fe19e3e52ba15a8db0bb8d982ee50c5d3ac3a17
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Dec 7 16:11:09 2018 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Dec 7 22:11:47 2018 +0100
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/64778
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
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>
More information about the Libreoffice-commits
mailing list