summaryrefslogtreecommitdiff
path: root/noncore/apps/checkbook/checkbook.cpp
Side-by-side diff
Diffstat (limited to 'noncore/apps/checkbook/checkbook.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/checkbook/checkbook.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/noncore/apps/checkbook/checkbook.cpp b/noncore/apps/checkbook/checkbook.cpp
index b325f45..1231f42 100644
--- a/noncore/apps/checkbook/checkbook.cpp
+++ b/noncore/apps/checkbook/checkbook.cpp
@@ -223,3 +223,6 @@ QWidget *Checkbook::initTransactions()
QFont fnt(QPEApplication::font());
+ if( _pCfg->getUseSmallFont() )
+ {
fnt.setPointSize( fnt.pointSize()-1 );
+ }
tranTable->setFont( fnt );