diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-01-30 23:03:04 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-01-30 23:05:32 +0100 |
commit | 5f40691909235903a2683e4c3b26f3bddc4e0cd1 (patch) | |
tree | bf003b9145ab03aabe36bb70edb9b97867f4e8ff /cui | |
parent | 0e93d1e91f2b6994e509e16de6989afb8fdf3207 (diff) |
MaxTextLength apparently needs to take comma in "1,000" into account.
Otherwise, max undo steps field gets reset to 100 (?) for inputs > 9999.
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/optmemory.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optmemory.src b/cui/source/options/optmemory.src index 5c95cbb53aa6..c1e748bc7673 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 { |