[Libreoffice-commits] .: cui/source

Miklos Vajna vmiklos at kemper.freedesktop.org
Sat Apr 21 05:27:56 PDT 2012


 cui/source/tabpages/paragrph.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 29042d096a2c5812ae179e1553367afd21b0f71e
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Sat Apr 21 14:26:49 2012 +0200

    cui: fix position of ED_LINEDISTMETRIC
    
    I broke that when I added CB_CONTEXTUALSPACING

diff --git a/cui/source/tabpages/paragrph.src b/cui/source/tabpages/paragrph.src
index d6de18e..e064ac7 100644
--- a/cui/source/tabpages/paragrph.src
+++ b/cui/source/tabpages/paragrph.src
@@ -235,7 +235,7 @@ TabPage RID_SVXPAGE_STD_PARAGRAPH
         Disable = TRUE ;
         Border = TRUE ;
         Hide = TRUE ;
-        Pos = MAP_APPFONT ( 135 , 133 ) ;
+        Pos = MAP_APPFONT ( 135 , 147 ) ;
         Size = MAP_APPFONT ( 40 , 12 ) ;
         Group = TRUE ;
         Left = TRUE ;


More information about the Libreoffice-commits mailing list