diff options
Diffstat (limited to 'widgets')
| -rw-r--r-- | widgets/StyledText.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/StyledText.qml b/widgets/StyledText.qml index c39269b..5cd4986 100644 --- a/widgets/StyledText.qml +++ b/widgets/StyledText.qml @@ -14,6 +14,7 @@ Text { property int animateDuration: Appearance.anim.durations.normal renderType: Text.NativeRendering + textFormat: Text.PlainText color: Colours.palette.m3onSurface font.family: Appearance.font.family.sans font.pointSize: Appearance.font.size.smaller |