Modify the default font size

main
reionwong 4 years ago
parent 00615e1e90
commit 09b462cf03

@ -81,7 +81,7 @@ QString HintsSettings::systemFixedFont() const
qreal HintsSettings::systemFontPointSize() 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() bool HintsSettings::darkMode()

Loading…
Cancel
Save