From 3e5b3a45a23d50732b3fcd5c44ab824d32deb1d8 Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Mon, 8 Jun 2009 14:16:29 +0200 Subject: pointSize = 7 seems to be a good desfault for S60 There were no objections from the field with ing one Year of Tech Previews. --- src/gui/text/qfont.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/text/qfont.cpp b/src/gui/text/qfont.cpp index 930e8af..dd50d12 100644 --- a/src/gui/text/qfont.cpp +++ b/src/gui/text/qfont.cpp @@ -796,7 +796,6 @@ QFont::QFont(const QString &family, int pointSize, int weight, bool italic) if (pointSize <= 0) { #ifdef Q_WS_S60 - // TODO: What should the default QFont pointSize for Q_WS_S60 be? pointSize = 7; #else pointSize = 12; -- cgit v0.12