From ae878e390fef99c6e7867b97fced78567e058ad0 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 29 Apr 2025 19:57:07 +1000 Subject: feat: bar system tray --- widgets/StyledText.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'widgets/StyledText.qml') 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 { -- cgit v1.2.3-freya