summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-11-08 13:29:01 +0000
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-11-14 11:18:41 +0100
commitc4dd14c2b4e8a4960c86e6640bf2b568f8e583f5 (patch)
tree630539460ba9a7ba098f25170347b5359f16c80c /svtools
parent4f727bb76b61648511112adb59439a99b5e27629 (diff)
Related: tdf#121181 basic input box used to have a very wide edit widget
so for a quiet life make it around that width again Change-Id: I7ffc0dc6d989ada3f9bf483aa1f5c1ac1ac352fc Reviewed-on: https://gerrit.libreoffice.org/63100 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/uiconfig/ui/inputbox.ui9
1 files changed, 5 insertions, 4 deletions
diff --git a/svtools/uiconfig/ui/inputbox.ui b/svtools/uiconfig/ui/inputbox.ui
index 760e1e78fe9d..f17243ccb824 100644
--- a/svtools/uiconfig/ui/inputbox.ui
+++ b/svtools/uiconfig/ui/inputbox.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.20.4 -->
+<!-- Generated with glade 3.22.1 -->
<interface domain="svt">
<requires lib="gtk+" version="3.18"/>
<object class="GtkDialog" id="InputBox">
@@ -9,6 +9,9 @@
<property name="default_width">0</property>
<property name="default_height">0</property>
<property name="type_hint">dialog</property>
+ <child>
+ <placeholder/>
+ </child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="can_focus">False</property>
@@ -82,6 +85,7 @@
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="activates_default">True</property>
+ <property name="width_chars">65</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -101,8 +105,5 @@
<action-widget response="-5">ok</action-widget>
<action-widget response="-6">cancel</action-widget>
</action-widgets>
- <child>
- <placeholder/>
- </child>
</object>
</interface>