sc/uiconfig/scalc/ui/sidebaralignment.ui | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 87db04788868bd416fccd62777a0027ed94660e9 Author: andreas kainz <[email protected]> AuthorDate: Thu Sep 10 00:07:50 2020 +0200 Commit: Andreas Kainz <[email protected]> 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 <[email protected]> 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> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
