summaryrefslogtreecommitdiff
path: root/sc/uiconfig
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2020-01-24 12:19:00 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-01-24 12:40:55 +0100
commit387200f2ddccaa8cd0b0d61943c6d7f480a0931a (patch)
tree619233040f4c4638f7f21e3a2b3d843af2a50d5b /sc/uiconfig
parent4e1e77b059942fa548c5053409d1b2fa712631c9 (diff)
Revert "lok: ui: more files to increase the 'step-increment'"
This reverts commit 0a64b33617299ece871a947828855b16e2482706. Let's revert this till it's clear how to fix UITest_writer_tests2 to not hang with these changes. Change-Id: I9b40b101ecdad0ccac9a0b52b6a2ef19bd47a38c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87333 Reviewed-by: Henry Castro <hcastro@collabora.com> Tested-by: Henry Castro <hcastro@collabora.com>
Diffstat (limited to 'sc/uiconfig')
-rw-r--r--sc/uiconfig/scalc/ui/randomnumbergenerator.ui4
-rw-r--r--sc/uiconfig/scalc/ui/samplingdialog.ui4
2 files changed, 4 insertions, 4 deletions
diff --git a/sc/uiconfig/scalc/ui/randomnumbergenerator.ui b/sc/uiconfig/scalc/ui/randomnumbergenerator.ui
index 0c29d296d34e..b4da7678c030 100644
--- a/sc/uiconfig/scalc/ui/randomnumbergenerator.ui
+++ b/sc/uiconfig/scalc/ui/randomnumbergenerator.ui
@@ -17,12 +17,12 @@
<object class="GtkAdjustment" id="parameter1-adjustment">
<property name="upper">100</property>
<property name="value">1</property>
- <property name="step_increment">5</property>
+ <property name="step_increment">1</property>
<property name="page_increment">10</property>
</object>
<object class="GtkAdjustment" id="parameter2-adjustment">
<property name="upper">100</property>
- <property name="step_increment">5</property>
+ <property name="step_increment">1</property>
<property name="page_increment">10</property>
</object>
<object class="GtkDialog" id="RandomNumberGeneratorDialog">
diff --git a/sc/uiconfig/scalc/ui/samplingdialog.ui b/sc/uiconfig/scalc/ui/samplingdialog.ui
index e185f7c9f787..1f4206e947e7 100644
--- a/sc/uiconfig/scalc/ui/samplingdialog.ui
+++ b/sc/uiconfig/scalc/ui/samplingdialog.ui
@@ -6,12 +6,12 @@
<property name="lower">1</property>
<property name="upper">100</property>
<property name="value">1</property>
- <property name="step_increment">5</property>
+ <property name="step_increment">1</property>
<property name="page_increment">10</property>
</object>
<object class="GtkAdjustment" id="sample-size-adjustment">
<property name="upper">100</property>
- <property name="step_increment">5</property>
+ <property name="step_increment">1</property>
<property name="page_increment">10</property>
</object>
<object class="GtkDialog" id="SamplingDialog">