[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - svtools/uiconfig
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Nov 14 10:19:09 UTC 2018
svtools/uiconfig/ui/inputbox.ui | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
New commits:
commit c4dd14c2b4e8a4960c86e6640bf2b568f8e583f5
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Nov 8 13:29:01 2018 +0000
Commit: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Wed Nov 14 11:18:41 2018 +0100
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 at ubuntu.com>
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>
More information about the Libreoffice-commits
mailing list