svx/uiconfig/ui/sidebararea.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a83165b0f06944f4e929455e89d3144f1d2979d3 Author: Henry Castro <[email protected]> AuthorDate: Tue Jan 14 13:59:43 2020 -0400 Commit: Henry Castro <[email protected]> CommitDate: Wed Jan 15 02:17:18 2020 +0100 lok: ui: increase the 'step-increment' property to 5 Change-Id: I1090a9f6435619f095ca22ef401c5e1bc9741d06 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86798 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Henry Castro <[email protected]> diff --git a/svx/uiconfig/ui/sidebararea.ui b/svx/uiconfig/ui/sidebararea.ui index ec9166c72388..0c5b8b533cbf 100644 --- a/svx/uiconfig/ui/sidebararea.ui +++ b/svx/uiconfig/ui/sidebararea.ui @@ -5,7 +5,7 @@ <requires lib="gtk+" version="3.18"/> <object class="GtkAdjustment" id="adjustment1"> <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="adjustment2"> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
