forked from Shinonome/dots-hyprland
styledtext: fix letter spacing (#2092)
This commit is contained in:
@@ -11,7 +11,7 @@ Text {
|
|||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
font {
|
font {
|
||||||
hintingPreference: Font.PreferFullHinting
|
hintingPreference: Font.PreferDefaultHinting
|
||||||
family: Appearance?.font.family.main ?? "sans-serif"
|
family: Appearance?.font.family.main ?? "sans-serif"
|
||||||
pixelSize: Appearance?.font.pixelSize.small ?? 15
|
pixelSize: Appearance?.font.pixelSize.small ?? 15
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user