summaryrefslogtreecommitdiff
path: root/noncore/apps/checkbook/configuration.cpp
Unidiff
Diffstat (limited to 'noncore/apps/checkbook/configuration.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/checkbook/configuration.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/noncore/apps/checkbook/configuration.cpp b/noncore/apps/checkbook/configuration.cpp
index 872d9b2..929c7c0 100644
--- a/noncore/apps/checkbook/configuration.cpp
+++ b/noncore/apps/checkbook/configuration.cpp
@@ -148,2 +148,7 @@ QWidget *Configuration::initSettings(Cfg &cfg)
148 148
149 smallFontCB = new QCheckBox( tr( "Use smaller font for list" ), container );
150 QWhatsThis::add( smallFontCB, tr( "Click here to select smaller font for transactions." ) );
151 smallFontCB->setChecked( cfg.getUseSmallFont() );
152 layout->addMultiCellWidget( smallFontCB, 6, 6, 0, 1 );
153
149 return(control); 154 return(control);
@@ -156,2 +161,3 @@ void Configuration::saveConfig(Cfg &cfg)
156 cfg.setCurrencySymbol( symbolEdit->text() ); 161 cfg.setCurrencySymbol( symbolEdit->text() );
162 cfg.setUseSmallFont( smallFontCB->isChecked() );
157 cfg.setShowLocks( lockCB->isChecked() ); 163 cfg.setShowLocks( lockCB->isChecked() );