[Libreoffice-commits] core.git: Branch 'libreoffice-4-2-1' - cui/uiconfig

Tomaž Vajngerl tomaz.vajngerl at collabora.com
Mon Feb 17 18:58:20 CET 2014


 cui/uiconfig/ui/possizetabpage.ui |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 5d767fe36660384167697c697cbc94c58cf42f1a
Author: Tomaž Vajngerl <tomaz.vajngerl at collabora.com>
Date:   Sat Feb 15 15:29:02 2014 +0100

    fdo#72967 Draw position size tab - min size is 0 not 1 (mm)
    
    Adjustment for size of an object had the minimum set to 1 (mm)
    instead of 0.
    
    Change-Id: I7d4c0998d2987448cea0fd7934649c02a513ac06
    Reviewed-on: https://gerrit.libreoffice.org/8073
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    Tested-by: Andras Timar <andras.timar at collabora.com>
    Reviewed-by: Kohei Yoshida <libreoffice at kohei.us>

diff --git a/cui/uiconfig/ui/possizetabpage.ui b/cui/uiconfig/ui/possizetabpage.ui
index 65d83ef..25c48cb 100644
--- a/cui/uiconfig/ui/possizetabpage.ui
+++ b/cui/uiconfig/ui/possizetabpage.ui
@@ -500,7 +500,6 @@
     <property name="page_increment">10</property>
   </object>
   <object class="GtkAdjustment" id="adjustmentSIZE">
-    <property name="lower">1</property>
     <property name="upper">100</property>
     <property name="step_increment">1</property>
     <property name="page_increment">10</property>


More information about the Libreoffice-commits mailing list