summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandreas kainz <kainz.a@gmail.com>2020-09-10 00:07:50 +0200
committerAndreas Kainz <kainz.a@gmail.com>2020-09-10 09:21:02 +0200
commit87db04788868bd416fccd62777a0027ed94660e9 (patch)
treed05f936ae26711ab8f94d3072d2c50583521d315
parent2d1c50c903a17d19089519b004542e4ed04b2ce6 (diff)
page_increment improvement
Change-Id: I2d8e00e563146b05e97c49f83dc0c12efde8e24f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102339 Tested-by: Jenkins Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
-rw-r--r--sc/uiconfig/scalc/ui/sidebaralignment.ui3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/uiconfig/scalc/ui/sidebaralignment.ui b/sc/uiconfig/scalc/ui/sidebaralignment.ui
index 7be5dfd29066..565f415195c5 100644
--- a/sc/uiconfig/scalc/ui/sidebaralignment.ui
+++ b/sc/uiconfig/scalc/ui/sidebaralignment.ui
@@ -4,12 +4,13 @@
<requires lib="gtk+" version="3.18"/>
<object class="GtkAdjustment" id="adjustmentIndent">
<property name="upper">990</property>
- <property name="step_increment">10</property>
+ <property name="step_increment">5</property>
<property name="page_increment">10</property>
</object>
<object class="GtkAdjustment" id="adjustmentSpinDegrees">
<property name="upper">359</property>
<property name="step_increment">5</property>
+ <property name="page_increment">10</property>
</object>
<object class="GtkImage" id="image1">
<property name="visible">True</property>