author | zautrix <zautrix> | 2005-02-08 16:58:16 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-02-08 16:58:16 (UTC) |
commit | 126b79abd88bb13ab41c4d987ee759eb9ba7d483 (patch) (unidiff) | |
tree | 45d26727b41c6f344152ed3f4ee1dd4bc97d58b0 | |
parent | 720510bf933a86211f8e9e2465788d141f0f1149 (diff) | |
download | kdepimpi-126b79abd88bb13ab41c4d987ee759eb9ba7d483.zip kdepimpi-126b79abd88bb13ab41c4d987ee759eb9ba7d483.tar.gz kdepimpi-126b79abd88bb13ab41c4d987ee759eb9ba7d483.tar.bz2 |
ffff
-rw-r--r-- | korganizer/navigatorbar.cpp | 12 | ||||
-rw-r--r-- | microkde/kdatetbl.cpp | 4 |
2 files changed, 5 insertions, 11 deletions
diff --git a/korganizer/navigatorbar.cpp b/korganizer/navigatorbar.cpp index 7ba97c8..b591232 100644 --- a/korganizer/navigatorbar.cpp +++ b/korganizer/navigatorbar.cpp | |||
@@ -64,11 +64,5 @@ NavigatorBar::NavigatorBar( const QDate & date, QWidget *parent, const char *nam | |||
64 | 64 | ||
65 | QFont tfont = KGlobalSettings::generalFont();//font(); | 65 | QFont tfont = font(); |
66 | int add = 0; | 66 | if ( QApplication::desktop()->width() >= 480 ) |
67 | if ( QApplication::desktop()->width() >= 480 ) { | 67 | tfont.setPointSize(tfont.pointSize()+2); |
68 | add = 2; | ||
69 | if ( QString ( name ) == QString("useBigPixmaps") ) | ||
70 | add += 2; | ||
71 | } | ||
72 | if ( add ) | ||
73 | tfont.setPointSize(tfont.pointSize()+add); | ||
74 | tfont.setBold(true); | 68 | tfont.setBold(true); |
diff --git a/microkde/kdatetbl.cpp b/microkde/kdatetbl.cpp index 990cfb9..a9924ba 100644 --- a/microkde/kdatetbl.cpp +++ b/microkde/kdatetbl.cpp | |||
@@ -458,3 +458,3 @@ KDateInternalMonthPicker::KDateInternalMonthPicker | |||
458 | if ( QApplication::desktop()->width() >= 480 && QApplication::desktop()->width() <= 640 ) | 458 | if ( QApplication::desktop()->width() >= 480 && QApplication::desktop()->width() <= 640 ) |
459 | add += 6; | 459 | add += 8; |
460 | font.setPointSize(fontsize+add); | 460 | font.setPointSize(fontsize+add); |
@@ -780,3 +780,3 @@ KDateInternalWeekPicker::KDateInternalWeekPicker | |||
780 | if ( QApplication::desktop()->width() >= 480 && QApplication::desktop()->width() <= 640 ) | 780 | if ( QApplication::desktop()->width() >= 480 && QApplication::desktop()->width() <= 640 ) |
781 | add += 4; | 781 | add += 6; |
782 | font.setPointSize(fontsize+add); | 782 | font.setPointSize(fontsize+add); |