diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2016-01-01 13:21:11 +0100 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2016-01-04 13:27:58 +0000 |
commit | 9236a99ad4640cd568abe9040ac37e398c60061f (patch) | |
tree | 837cc701c9cb2ec9b341fd4c447c59402757f55f | |
parent | d01888302b03a79bf7ccde6cbe8434b427164a75 (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>
-rw-r--r-- | svtools/uiconfig/ui/placeedit.ui | 4 |
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> |