sd/uiconfig/sdraw/ui/copydlg.ui | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
New commits: commit 2453c5a62cd2c4364d0258f7488ab23b83b5478b Author: Laurent BP <laurent.balland-poir...@laposte.net> Date: Thu Jan 4 14:00:04 2018 +0100 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 <c...@libreoffice.org> Reviewed-by: Katarina Behrens <katarina.behr...@cib.de> 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">
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits