[Libreoffice-commits] .: cui/source

Stephan Bergmann sbergmann at kemper.freedesktop.org
Mon Jan 30 14:06:29 PST 2012


 cui/source/options/optmemory.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5f40691909235903a2683e4c3b26f3bddc4e0cd1
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Jan 30 23:03:04 2012 +0100

    MaxTextLength apparently needs to take comma in "1,000" into account.
    
    Otherwise, max undo steps field gets reset to 100 (?) for inputs > 9999.

diff --git a/cui/source/options/optmemory.src b/cui/source/options/optmemory.src
index 5c95cbb..c1e748b 100644
--- a/cui/source/options/optmemory.src
+++ b/cui/source/options/optmemory.src
@@ -65,7 +65,7 @@ TabPage OFA_TP_MEMORY
         Value = 100 ;
         Last = 100 ;
         SpinSize = 1 ;
-        MaxTextLength = 4;
+        MaxTextLength = 5;
     };
     FixedLine GB_GRAPHICCACHE
     {


More information about the Libreoffice-commits mailing list