diff --git a/src/gui/PrefsDialog.cpp b/src/gui/PrefsDialog.cpp index 08d55f758..2d2f1c345 100644 --- a/src/gui/PrefsDialog.cpp +++ b/src/gui/PrefsDialog.cpp @@ -264,11 +264,6 @@ void PrefsDialog::changeTreeFont() changeFont(&treeFont); } -void PrefsDialog::changeUiFont() -{ - changeFont(&uiFont); -} - void PrefsDialog::changeFont(QFont *font) { bool ok; diff --git a/src/gui/PrefsDialog.h b/src/gui/PrefsDialog.h index 18001999a..1589af9d8 100644 --- a/src/gui/PrefsDialog.h +++ b/src/gui/PrefsDialog.h @@ -80,7 +80,6 @@ public slots: virtual void changeShowIcons(); virtual void changeRulesFont(); virtual void changeTreeFont(); - virtual void changeUiFont(); }; #endif // __PREFSDIALOG_H diff --git a/src/gui/prefsdialog_q.ui b/src/gui/prefsdialog_q.ui index b13eaa279..42bcff9a5 100644 --- a/src/gui/prefsdialog_q.ui +++ b/src/gui/prefsdialog_q.ui @@ -104,7 +104,7 @@ - 0 + 6 @@ -965,16 +965,6 @@ - - - - Choose font for the rest of the interface - - - Interface font - - - @@ -1336,21 +1326,5 @@ - - btUiFont - clicked() - prefsDialog_q - changeUiFont() - - - 20 - 20 - - - 20 - 20 - - -