summaryrefslogtreecommitdiff
path: root/sfx2/uiconfig
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2016-04-01 17:23:47 -0600
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2016-04-01 17:27:38 -0600
commit72cbcf97fadd46a6895797beb37aaa379e015855 (patch)
treea64a48a5287f4a114773ffa2e2ed1aa20e19d44c /sfx2/uiconfig
parent3946f73128a83345cf4cbfd6623851693a8da460 (diff)
The label of this dialog can grow very long…
… so place it above its associated entry. Change-Id: I8fce05bef2cb6ea4589caed60f9384fb42170234
Diffstat (limited to 'sfx2/uiconfig')
-rw-r--r--sfx2/uiconfig/ui/inputdialog.ui7
1 files changed, 3 insertions, 4 deletions
diff --git a/sfx2/uiconfig/ui/inputdialog.ui b/sfx2/uiconfig/ui/inputdialog.ui
index 4d15ba7a5104..df0055ecfb9c 100644
--- a/sfx2/uiconfig/ui/inputdialog.ui
+++ b/sfx2/uiconfig/ui/inputdialog.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.18.3 -->
+<!-- Generated with glade 3.19.0 -->
<interface>
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="InputDialog">
@@ -76,7 +76,6 @@
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="row_spacing">6</property>
- <property name="column_spacing">12</property>
<child>
<object class="GtkLabel" id="label">
<property name="visible">True</property>
@@ -99,8 +98,8 @@
<property name="invisible_char">•</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>