From 8949d3a3e1bff7352c07f27bb4d6c49ecf2e91f1 Mon Sep 17 00:00:00 2001 From: reionwong Date: Thu, 16 Sep 2021 19:35:38 +0800 Subject: [PATCH] Init XftHintStyle --- debian/changelog | 2 +- settings-daemon/theme/thememanager.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d6f05cd..c05c452 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -cutefish-core (0.4) UNRELEASED; urgency=high +cutefish-core (0.5) UNRELEASED; urgency=high * Initial release (CutefishOS) diff --git a/settings-daemon/theme/thememanager.cpp b/settings-daemon/theme/thememanager.cpp index 76b84da..a4be565 100644 --- a/settings-daemon/theme/thememanager.cpp +++ b/settings-daemon/theme/thememanager.cpp @@ -266,7 +266,7 @@ void ThemeManager::applyXResources() int fontDpi = 96 * scaleFactor; int xftAntialias = m_settings->value("XftAntialias", 1).toBool(); - QString xftHintStyle = m_settings->value("XftHintStyle").toString(); + QString xftHintStyle = m_settings->value("XftHintStyle", "hintfull").toString(); const QString datas = QString("Xft.dpi: %1\n" "Xcursor.theme: %2\n"