diff options
author | Henry Castro <hcastro@collabora.com> | 2020-01-15 09:38:09 -0400 |
---|---|---|
committer | Henry Castro <hcastro@collabora.com> | 2020-01-23 17:25:53 +0100 |
commit | 0a64b33617299ece871a947828855b16e2482706 (patch) | |
tree | 0e85cfa735fb18615ab59975a46fe5ab6fc916c5 /svtools | |
parent | e8bedefdf7b034d1282aaac66f86793b25b7d502 (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/+/86854
Tested-by: Henry Castro <hcastro@collabora.com>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/uiconfig/ui/graphicexport.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/uiconfig/ui/graphicexport.ui b/svtools/uiconfig/ui/graphicexport.ui index ddf5ee1574fd..5fe8038e023b 100644 --- a/svtools/uiconfig/ui/graphicexport.ui +++ b/svtools/uiconfig/ui/graphicexport.ui @@ -6,7 +6,7 @@ <property name="lower">1</property> <property name="upper">100</property> <property name="value">75</property> - <property name="step_increment">1</property> + <property name="step_increment">5</property> <property name="page_increment">10</property> </object> <object class="GtkAdjustment" id="adjustment2"> |