sd/uiconfig/simpress/ui/slidetransitionspanel.ui |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 4ee6b9857d651d4bc7667227de4381286f3a9233
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Mon Oct 12 09:36:25 2020 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Tue Oct 13 11:26:01 2020 +0200

    Resolves: tdf#137345 increment by a full second on up/down
    
    Change-Id: I9884c1cd579fff85c425ffe51e1ed60f7095ad90
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104154
    Reviewed-by: Michael Stahl <michael.st...@cib.de>
    Tested-by: Jenkins

diff --git a/sd/uiconfig/simpress/ui/slidetransitionspanel.ui 
b/sd/uiconfig/simpress/ui/slidetransitionspanel.ui
index d51dcaf22520..c7c410d6d4d4 100644
--- a/sd/uiconfig/simpress/ui/slidetransitionspanel.ui
+++ b/sd/uiconfig/simpress/ui/slidetransitionspanel.ui
@@ -4,13 +4,13 @@
   <requires lib="gtk+" version="3.18"/>
   <object class="GtkAdjustment" id="adjustment1">
     <property name="upper">1000</property>
-    <property name="step_increment">0.01</property>
-    <property name="page_increment">1</property>
+    <property name="step_increment">1</property>
+    <property name="page_increment">10</property>
   </object>
   <object class="GtkAdjustment" id="adjustment2">
     <property name="upper">1000</property>
-    <property name="step_increment">0.01</property>
-    <property name="page_increment">1</property>
+    <property name="step_increment">1</property>
+    <property name="page_increment">10</property>
   </object>
   <object class="GtkImage" id="image1">
     <property name="visible">True</property>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to