summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorLaurent BP <laurent.balland-poirier@laposte.net>2018-01-04 14:00:04 +0100
committerKatarina Behrens <Katarina.Behrens@cib.de>2018-01-08 12:25:27 +0100
commit6e0cd872f5f922244a42ca2c445c80a5c5bb6c08 (patch)
tree65cfed6a01562940531e7164827454dcdb90e1f2 /sd
parent25b0538b1af6fd2f9646ff875523a6ddd77c9ce4 (diff)
UI Duplicate dlg: enable negative angle
Duplicate dlg (Shift+F3) should accept negative angle and angle between 359° and 360° Change-Id: I933816698143a9766a5127f3cefeaec317077289 Reviewed-on: https://gerrit.libreoffice.org/47393 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> (cherry picked from commit 2453c5a62cd2c4364d0258f7488ab23b83b5478b) Reviewed-on: https://gerrit.libreoffice.org/47566
Diffstat (limited to 'sd')
-rw-r--r--sd/uiconfig/sdraw/ui/copydlg.ui5
1 files changed, 3 insertions, 2 deletions
diff --git a/sd/uiconfig/sdraw/ui/copydlg.ui b/sd/uiconfig/sdraw/ui/copydlg.ui
index 8ba01c9f8aa3..4bb5f4195a8b 100644
--- a/sd/uiconfig/sdraw/ui/copydlg.ui
+++ b/sd/uiconfig/sdraw/ui/copydlg.ui
@@ -11,14 +11,15 @@
<property name="page_increment">10</property>
</object>
<object class="GtkAdjustment" id="adjustment2">
- <property name="upper">359</property>
+ <property name="lower">-360</property>
+ <property name="upper">360</property>
<property name="step_increment">1</property>
<property name="page_increment">10</property>
</object>
<object class="GtkAdjustment" id="adjustment3">
<property name="lower">-1000000</property>
<property name="upper">1000000</property>
- <property name="step_increment">0.10000000000000001</property>
+ <property name="step_increment">0.1</property>
<property name="page_increment">1</property>
</object>
<object class="GtkImage" id="image1">