[Libreoffice-commits] core.git: sc/uiconfig
andreas kainz (via logerrit)
logerrit at kemper.freedesktop.org
Thu Sep 10 07:21:42 UTC 2020
sc/uiconfig/scalc/ui/sidebaralignment.ui | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 87db04788868bd416fccd62777a0027ed94660e9
Author: andreas kainz <kainz.a at gmail.com>
AuthorDate: Thu Sep 10 00:07:50 2020 +0200
Commit: Andreas Kainz <kainz.a at gmail.com>
CommitDate: Thu Sep 10 09:21:02 2020 +0200
page_increment improvement
Change-Id: I2d8e00e563146b05e97c49f83dc0c12efde8e24f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102339
Tested-by: Jenkins
Reviewed-by: Andreas Kainz <kainz.a at gmail.com>
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>
More information about the Libreoffice-commits
mailing list