From 09b462cf03ee2e1305dda54b3a4294f2f0115ca3 Mon Sep 17 00:00:00 2001 From: reionwong Date: Fri, 16 Jul 2021 13:15:36 +0800 Subject: [PATCH] Modify the default font size --- platformtheme/hintsettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformtheme/hintsettings.cpp b/platformtheme/hintsettings.cpp index 683f3f2..c760055 100644 --- a/platformtheme/hintsettings.cpp +++ b/platformtheme/hintsettings.cpp @@ -81,7 +81,7 @@ QString HintsSettings::systemFixedFont() const qreal HintsSettings::systemFontPointSize() const { - return m_settings->value(s_systemPointFontSize, 10.5).toDouble(); + return m_settings->value(s_systemPointFontSize, 9).toDouble(); } bool HintsSettings::darkMode()