summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-12-07 16:11:09 +0000
committerXisco Faulí <xiscofauli@libreoffice.org>2018-12-11 12:45:21 +0100
commitb82390c53105a0c62e0524a1cc833ed8389b9a95 (patch)
tree3840f9bc553b89e07153b27a0abe9792e53b96ae
parent323d12f278d3b0a51c7c2b8d3a362a27a6a232d3 (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/64779 Tested-by: Jenkins Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
-rw-r--r--svtools/uiconfig/ui/inputbox.ui4
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>