fix weird material symbols

This commit is contained in:
end-4
2025-06-13 18:22:47 +02:00
parent cb6021602e
commit b1729eed27
@@ -7,7 +7,7 @@ Text {
property real iconSize: Appearance?.font.pixelSize.small ?? 16
property real fill: 0
property real truncatedFill: Math.round(fill * 100) / 100 // Reduce memory consumption spikes from constant font remapping
renderType: Text.CurveRendering
renderType: Text.NativeRendering
font {
hintingPreference: Font.PreferFullHinting
family: Appearance?.font.family.iconMaterial ?? "Material Symbols Rounded"