summaryrefslogtreecommitdiff
path: root/widgets/StyledText.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-29 19:57:07 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-29 19:57:07 +1000
commitae878e390fef99c6e7867b97fced78567e058ad0 (patch)
tree15bf235fa19c9ed0aaf121c064d3215cb8db9506 /widgets/StyledText.qml
parentfeat: bar bluetooth devices (diff)
downloadcaelestia-shell-ae878e390fef99c6e7867b97fced78567e058ad0.tar.gz
caelestia-shell-ae878e390fef99c6e7867b97fced78567e058ad0.tar.bz2
caelestia-shell-ae878e390fef99c6e7867b97fced78567e058ad0.zip
feat: bar system tray
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 6f281de..e8fc714 100644
--- a/widgets/StyledText.qml
+++ b/widgets/StyledText.qml
@@ -12,6 +12,7 @@ Text {
renderType: Text.NativeRendering
color: Appearance.colours.text
font.family: Appearance.font.family.sans
+ font.pointSize: Appearance.font.size.smaller
Behavior on color {
ColorAnimation {