[Libreoffice-commits] core.git: sd/uiconfig

Laurent BP laurent.balland-poirier at laposte.net
Sun Jan 7 21:35:38 UTC 2018


 sd/uiconfig/sdraw/ui/copydlg.ui |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 2453c5a62cd2c4364d0258f7488ab23b83b5478b
Author: Laurent BP <laurent.balland-poirier at 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 <ci at libreoffice.org>
    Reviewed-by: Katarina Behrens <Katarina.Behrens at 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">


More information about the Libreoffice-commits mailing list