]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
- use pointSize()
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 14 May 2004 15:27:23 +0000 (15:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openoffice-pld-kde-nwf-fonts.patch -> 1.2

openoffice-pld-kde-nwf-fonts.patch

index fb67be52ac095ef99a3cf3a9218f6ac65a75b056..26ca2b02d86b940086415e940d5f93b4ab93de45 100644 (file)
@@ -16,7 +16,7 @@ diff -urN ooo-build-1.1.55.org/patches/OOO_1_1/nativewidgets-vcl.diff ooo-build-
  +    
 -+    // Do not set the height, it does not look good
 -+    // rFont.SetHeight( qFontInfo.pointSize() );
-++    rFont.SetHeight( qFontInfo.pixelSize() );
+++    rFont.SetHeight( qFontInfo.pointSize() );
  +    
  +    rFont.SetItalic( qFontInfo.italic()? ITALIC_NORMAL: ITALIC_NONE );
  +    
This page took 0.196857 seconds and 4 git commands to generate.