diff options
author | Henry Castro <hcastro@collabora.com> | 2020-01-15 09:38:09 -0400 |
---|---|---|
committer | Henry Castro <hcastro@collabora.com> | 2020-05-21 00:37:16 +0200 |
commit | 44fdb9acf79cbb6bb1c3c0c55d797531fd686762 (patch) | |
tree | cb658360082464bac1f3d2c01c42de409cfb93e4 /sd | |
parent | fc0e523259885de17a25dac67d2424b8fc70b854 (diff) |
lok: ui: more files to increase the 'step-increment'
property to 5.
In mobile view, touch spin button should increment by 5
Change-Id: Ib3c8966443d053ab0588fa0c124f0daae31b7ed8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86844
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94510
Tested-by: Henry Castro <hcastro@collabora.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/uiconfig/simpress/ui/customanimationfragment.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/uiconfig/simpress/ui/customanimationfragment.ui b/sd/uiconfig/simpress/ui/customanimationfragment.ui index b7cb9c55ae0b..9d06c87595db 100644 --- a/sd/uiconfig/simpress/ui/customanimationfragment.ui +++ b/sd/uiconfig/simpress/ui/customanimationfragment.ui @@ -15,7 +15,7 @@ </object> <object class="GtkAdjustment" id="adjustment3"> <property name="upper">100</property> - <property name="step_increment">1</property> + <property name="step_increment">5</property> <property name="page_increment">10</property> </object> <object class="GtkAdjustment" id="adjustment4"> |