From d1b70185f1a6bfe797c759d0960bff70a6909fd1 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Wed, 1 Oct 2025 08:15:07 +0200 Subject: [PATCH] styledtext: fix letter spacing (#2092) --- .config/quickshell/ii/modules/common/widgets/StyledText.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/ii/modules/common/widgets/StyledText.qml b/.config/quickshell/ii/modules/common/widgets/StyledText.qml index 4f07d67ef..ffc4e827d 100644 --- a/.config/quickshell/ii/modules/common/widgets/StyledText.qml +++ b/.config/quickshell/ii/modules/common/widgets/StyledText.qml @@ -11,7 +11,7 @@ Text { renderType: Text.NativeRendering verticalAlignment: Text.AlignVCenter font { - hintingPreference: Font.PreferFullHinting + hintingPreference: Font.PreferDefaultHinting family: Appearance?.font.family.main ?? "sans-serif" pixelSize: Appearance?.font.pixelSize.small ?? 15 }