diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-01-13 17:07:29 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-01-13 17:18:35 +0200 |
commit | 86db1702d72a103ffeafc69dcaa63318539c147a (patch) | |
tree | 5595dc59defe445c5c5fcce11380e86e18666cff /sc/uiconfig | |
parent | f2eaf4dbae3cc8fd0fca51b161be8bfde0a4eead (diff) |
Decrease the formula group size limit for OpenCL to be considered back to 100
Are we having fun yet?
This reverts commit 0694e8313877ca433d226c753301a5a90364b3a5.
Change-Id: I378a1695a7b3bd8a1b6bb3d5aa1fff53ab8c7bb5
Diffstat (limited to 'sc/uiconfig')
-rw-r--r-- | sc/uiconfig/scalc/ui/formulacalculationoptions.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/uiconfig/scalc/ui/formulacalculationoptions.ui b/sc/uiconfig/scalc/ui/formulacalculationoptions.ui index d3aa3d7cfc03..20cfab0c7554 100644 --- a/sc/uiconfig/scalc/ui/formulacalculationoptions.ui +++ b/sc/uiconfig/scalc/ui/formulacalculationoptions.ui @@ -5,7 +5,7 @@ <requires lib="LibreOffice" version="1.0"/> <object class="GtkAdjustment" id="adjustment1"> <property name="lower">2</property> - <property name="value">10000</property> + <property name="value">100</property> <property name="step_increment">1</property> <property name="page_increment">100</property> </object> |