summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2016-01-01 13:21:11 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2016-01-06 03:25:48 -0600
commitf71d1e7ef44615412698de4c17ec413ffb33aba7 (patch)
treeed56f8f0cfbb63c598d90b6f07b6bf69098830ee
parent22383b1002a63084be91d29ebff229cffdd6cf97 (diff)
Related tdf#96833: Allow port with more than 4 characters
Change-Id: Ib6676f6f940ce497ac6fe28189e1c3a4ed4ec0bf Reviewed-on: https://gerrit.libreoffice.org/21032 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de> (cherry picked from commit 9236a99ad4640cd568abe9040ac37e398c60061f) Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--svtools/uiconfig/ui/placeedit.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/uiconfig/ui/placeedit.ui b/svtools/uiconfig/ui/placeedit.ui
index da6b49821ca7..b0cb09781631 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>