summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-10-12 09:36:25 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-10-13 11:26:01 +0200
commit4ee6b9857d651d4bc7667227de4381286f3a9233 (patch)
tree0ca7755948edfe0bbb096bb0a9ce4aa7e7152ecc
parent9fa90a80c6aafe894bb3cdd5fdfacc254d0df6b6 (diff)
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.stahl@cib.de> Tested-by: Jenkins
-rw-r--r--sd/uiconfig/simpress/ui/slidetransitionspanel.ui8
1 files changed, 4 insertions, 4 deletions
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>