author | sandman <sandman> | 2002-10-13 22:05:30 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-10-13 22:05:30 (UTC) |
commit | c94a9c3a93907d8a0c034e5b4c6d0a768d9fea7c (patch) (side-by-side diff) | |
tree | 0b4610958aa515bd4b8aa87b070514d5a860dd3a | |
parent | 49269558da49b0429e4b13f4ed8ac2b3ac4f3513 (diff) | |
download | opie-c94a9c3a93907d8a0c034e5b4c6d0a768d9fea7c.zip opie-c94a9c3a93907d8a0c034e5b4c6d0a768d9fea7c.tar.gz opie-c94a9c3a93907d8a0c034e5b4c6d0a768d9fea7c.tar.bz2 |
default font size should be 10pt .. 12pt is too big for 320x240
-rw-r--r-- | library/qpeapplication.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/qpeapplication.cpp b/library/qpeapplication.cpp index 2432b65..65fac84 100644 --- a/library/qpeapplication.cpp +++ b/library/qpeapplication.cpp @@ -479,3 +479,3 @@ QPEApplication::QPEApplication( int & argc, char **argv, Type t ) else if ( dw > 200 ) { - setFont( QFont( "helvetica", 12 ) ); + setFont( QFont( "helvetica", 10 ) ); AppLnk::setSmallIconSize( 16 ); |