diff options
author | Laurent BP <laurent.balland-poirier@laposte.net> | 2018-01-04 14:00:04 +0100 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2018-01-07 22:35:03 +0100 |
commit | 2453c5a62cd2c4364d0258f7488ab23b83b5478b (patch) | |
tree | dd102ba9ed60ac23a13f64413f27440fce601d0d /sd | |
parent | 0e5070b97fc0e2314af235809d2ebe37075ef188 (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>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/uiconfig/sdraw/ui/copydlg.ui | 5 |
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"> |