diff options
author | andreas kainz <kainz.a@gmail.com> | 2020-09-10 00:40:24 +0200 |
---|---|---|
committer | Andreas Kainz <kainz.a@gmail.com> | 2020-09-10 09:12:08 +0200 |
commit | 2d1c50c903a17d19089519b004542e4ed04b2ce6 (patch) | |
tree | 9871bc3e864dfc3d5ead9dd1786e7a301a7af397 /sd | |
parent | b5fec5667e21aef65bf5a03c727f7c6e65dfe484 (diff) |
check page_increment and step_increment values
Change-Id: I492077e203c6c1b5878f06917952197cad45365d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102342
Tested-by: Jenkins
Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/uiconfig/simpress/ui/optimpressgeneralpage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/uiconfig/simpress/ui/optimpressgeneralpage.ui b/sd/uiconfig/simpress/ui/optimpressgeneralpage.ui index 2efa8ca7da80..2fd794c45d9a 100644 --- a/sd/uiconfig/simpress/ui/optimpressgeneralpage.ui +++ b/sd/uiconfig/simpress/ui/optimpressgeneralpage.ui @@ -7,7 +7,7 @@ <property name="upper">200</property> <property name="value">5</property> <property name="step_increment">1</property> - <property name="page_increment">1</property> + <property name="page_increment">5</property> </object> <object class="GtkAdjustment" id="adjustment2"> <property name="upper">100</property> |