summaryrefslogtreecommitdiff
path: root/noncore/settings
authorhrw <hrw>2005-07-19 17:53:43 (UTC)
committer hrw <hrw>2005-07-19 17:53:43 (UTC)
commit7dc18aef8c555b6d37ff76cb3c006aafac0f7824 (patch) (side-by-side diff)
tree4d54edd58771aa373e4788757715567250097a45 /noncore/settings
parent637271751ea243456c9c00319e59675f47dcc022 (diff)
downloadopie-7dc18aef8c555b6d37ff76cb3c006aafac0f7824.zip
opie-7dc18aef8c555b6d37ff76cb3c006aafac0f7824.tar.gz
opie-7dc18aef8c555b6d37ff76cb3c006aafac0f7824.tar.bz2
change fontsize in ntp server tab and predict tab from hardcoded 7
to default - 2 so it is readable on VGA screen
Diffstat (limited to 'noncore/settings') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/netsystemtime/ntptabwidget.cpp2
-rw-r--r--noncore/settings/netsystemtime/predicttabwidget.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/settings/netsystemtime/ntptabwidget.cpp b/noncore/settings/netsystemtime/ntptabwidget.cpp
index 16d21cc..d0107a4 100644
--- a/noncore/settings/netsystemtime/ntptabwidget.cpp
+++ b/noncore/settings/netsystemtime/ntptabwidget.cpp
@@ -75,3 +75,3 @@ NTPTabWidget::NTPTabWidget( QWidget *parent )
QFont font( mleNtpOutput->font() );
- font.setPointSize( 7 );
+ font.setPointSize( font.pointSize() - 2 );
mleNtpOutput->setFont( font );
diff --git a/noncore/settings/netsystemtime/predicttabwidget.cpp b/noncore/settings/netsystemtime/predicttabwidget.cpp
index 98e0afd..0b95277 100644
--- a/noncore/settings/netsystemtime/predicttabwidget.cpp
+++ b/noncore/settings/netsystemtime/predicttabwidget.cpp
@@ -78,3 +78,3 @@ PredictTabWidget::PredictTabWidget( QWidget *parent )
QFont font( tblLookups->font() );
- font.setPointSize( 7 );
+ font.setPointSize( font.pointSize() - 2 );
tblLookups->setFont( font );