diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-01-13 16:27:09 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-01-13 17:18:35 +0200 |
commit | f2eaf4dbae3cc8fd0fca51b161be8bfde0a4eead (patch) | |
tree | 9cdd3bc1bdac3fe0add02ad67af65bae89d8058b /sc | |
parent | e376bc04dc426ff3470647fa1abd4e28d263f00e (diff) |
Allow setting the limit to the minumum possible
Also change the default to what it actually is now.
Change-Id: Iac5737f9328587c9f0757acecce4f2e77e715d8b
Diffstat (limited to 'sc')
-rw-r--r-- | sc/uiconfig/scalc/ui/formulacalculationoptions.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/uiconfig/scalc/ui/formulacalculationoptions.ui b/sc/uiconfig/scalc/ui/formulacalculationoptions.ui index 4e81c04d8d0d..d3aa3d7cfc03 100644 --- a/sc/uiconfig/scalc/ui/formulacalculationoptions.ui +++ b/sc/uiconfig/scalc/ui/formulacalculationoptions.ui @@ -4,8 +4,8 @@ <requires lib="gtk+" version="3.6"/> <requires lib="LibreOffice" version="1.0"/> <object class="GtkAdjustment" id="adjustment1"> - <property name="lower">100</property> - <property name="value">100</property> + <property name="lower">2</property> + <property name="value">10000</property> <property name="step_increment">1</property> <property name="page_increment">100</property> </object> |