diff --git a/linphone-desktop/src/main.cpp b/linphone-desktop/src/main.cpp index 929025341..bfc4f898d 100644 --- a/linphone-desktop/src/main.cpp +++ b/linphone-desktop/src/main.cpp @@ -92,16 +92,7 @@ int main (int argc, char *argv[]) { } } - { - QFont font(DEFAULT_FONT); - - #ifdef Q_OS_MACOS - // 72 dpi on MacOs... - font.setPixelSize(10 * QApplication::primaryScreen()->physicalDotsPerInch() / 72.0); - #endif // ifdef Q_OS_MACOS - - app.setFont(font); - } + app.setFont(QFont(DEFAULT_FONT)); // --------------------------------------------------------------------------- // Init and run!