diff --git a/Components/MarqueeText.qml b/Components/MarqueeText.qml index 925b409..427d381 100644 --- a/Components/MarqueeText.qml +++ b/Components/MarqueeText.qml @@ -102,6 +102,7 @@ Item { animate: root.animate animateProp: "opacity" color: root.color + font.pointSize: elideText.font.pointSize text: elideText.text } @@ -111,6 +112,7 @@ Item { animate: root.animate animateProp: "opacity" color: root.color + font.pointSize: elideText.font.pointSize text: t1.text x: t1.width + root.gap } diff --git a/Modules/Updates/UpdatesPopout.qml b/Modules/Updates/UpdatesPopout.qml index 895bd76..c8b7dd3 100644 --- a/Modules/Updates/UpdatesPopout.qml +++ b/Modules/Updates/UpdatesPopout.qml @@ -111,6 +111,7 @@ CustomClippingRect { animate: true color: DynamicColors.palette.m3tertiary font.pointSize: Appearance.font.size.large + horizontalAlignment: Text.AlignHCenter marqueeEnabled: true pauseMs: 4000 text: update.sections[1] @@ -134,6 +135,7 @@ CustomClippingRect { animate: true color: DynamicColors.palette.m3primary font.pointSize: Appearance.font.size.large + horizontalAlignment: Text.AlignHCenter marqueeEnabled: true pauseMs: 4000 text: update.sections[3]