[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - svtools/uiconfig
Julien Nabet
serval2412 at yahoo.fr
Wed Jan 6 01:26:34 PST 2016
svtools/uiconfig/ui/placeedit.ui | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit f71d1e7ef44615412698de4c17ec413ffb33aba7
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Fri Jan 1 13:21:11 2016 +0100
Related tdf#96833: Allow port with more than 4 characters
Change-Id: Ib6676f6f940ce497ac6fe28189e1c3a4ed4ec0bf
Reviewed-on: https://gerrit.libreoffice.org/21032
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Jan-Marek Glogowski <glogow at fbihome.de>
(cherry picked from commit 9236a99ad4640cd568abe9040ac37e398c60061f)
Signed-off-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/svtools/uiconfig/ui/placeedit.ui b/svtools/uiconfig/ui/placeedit.ui
index da6b498..b0cb097 100644
--- a/svtools/uiconfig/ui/placeedit.ui
+++ b/svtools/uiconfig/ui/placeedit.ui
@@ -351,9 +351,9 @@
<property name="width_request">50</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="max_length">4</property>
+ <property name="max_length">5</property>
<property name="invisible_char">●</property>
- <property name="max_width_chars">4</property>
+ <property name="max_width_chars">5</property>
<property name="text" translatable="no">0</property>
<property name="adjustment">adjustment1</property>
<property name="numeric">True</property>
More information about the Libreoffice-commits
mailing list