-rw-r--r-- | noncore/settings/netsystemtime/ntptabwidget.cpp | 2 | ||||
-rw-r--r-- | noncore/settings/netsystemtime/predicttabwidget.cpp | 2 |
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 | |||
@@ -73,7 +73,7 @@ NTPTabWidget::NTPTabWidget( QWidget *parent ) | |||
73 | // NTP output display | 73 | // NTP output display |
74 | mleNtpOutput = new QMultiLineEdit( container ); | 74 | mleNtpOutput = new QMultiLineEdit( container ); |
75 | QFont font( mleNtpOutput->font() ); | 75 | QFont font( mleNtpOutput->font() ); |
76 | font.setPointSize( 7 ); | 76 | font.setPointSize( font.pointSize() - 2 ); |
77 | mleNtpOutput->setFont( font ); | 77 | mleNtpOutput->setFont( font ); |
78 | mleNtpOutput->setWordWrap( QMultiLineEdit::WidgetWidth ); | 78 | mleNtpOutput->setWordWrap( QMultiLineEdit::WidgetWidth ); |
79 | layout->addMultiCellWidget( mleNtpOutput, 3, 3, 0, 1 ); | 79 | layout->addMultiCellWidget( mleNtpOutput, 3, 3, 0, 1 ); |
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 | |||
@@ -76,7 +76,7 @@ PredictTabWidget::PredictTabWidget( QWidget *parent ) | |||
76 | // Prediction table | 76 | // Prediction table |
77 | tblLookups = new QTable( 2, 3, this ); | 77 | tblLookups = new QTable( 2, 3, this ); |
78 | QFont font( tblLookups->font() ); | 78 | QFont font( tblLookups->font() ); |
79 | font.setPointSize( 7 ); | 79 | font.setPointSize( font.pointSize() - 2 ); |
80 | tblLookups->setFont( font ); | 80 | tblLookups->setFont( font ); |
81 | tblLookups->horizontalHeader()->setLabel( 0, tr( "Shift [s/h]" ) ); | 81 | tblLookups->horizontalHeader()->setLabel( 0, tr( "Shift [s/h]" ) ); |
82 | tblLookups->horizontalHeader()->setLabel( 1, tr( "Last [h]" ) ); | 82 | tblLookups->horizontalHeader()->setLabel( 1, tr( "Last [h]" ) ); |