From 8f1b60870964ebfc0a147af2ed32266eb7c4a4c5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Fri, 14 May 2004 15:27:23 +0000 Subject: [PATCH] - use pointSize() Changed files: openoffice-pld-kde-nwf-fonts.patch -> 1.2 --- openoffice-pld-kde-nwf-fonts.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openoffice-pld-kde-nwf-fonts.patch b/openoffice-pld-kde-nwf-fonts.patch index fb67be5..26ca2b0 100644 --- a/openoffice-pld-kde-nwf-fonts.patch +++ b/openoffice-pld-kde-nwf-fonts.patch @@ -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 ); + -- 2.44.0