summaryrefslogtreecommitdiff
path: root/widgets/StyledText.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-04 23:34:34 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-04 23:34:34 +1000
commit490f1ad0e72f9b7292417751f7ff9e9a54fce08c (patch)
tree33520b2ed71d2885bb9258cee2d7f3c5aed49e68 /widgets/StyledText.qml
parentnotifs: fix being able to scroll (diff)
downloadcaelestia-shell-490f1ad0e72f9b7292417751f7ff9e9a54fce08c.tar.gz
caelestia-shell-490f1ad0e72f9b7292417751f7ff9e9a54fce08c.tar.bz2
caelestia-shell-490f1ad0e72f9b7292417751f7ff9e9a54fce08c.zip
internal: use plaintext format by default
Diffstat (limited to 'widgets/StyledText.qml')
-rw-r--r--widgets/StyledText.qml1
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