updates popout marqueetext
This commit is contained in:
@@ -102,6 +102,7 @@ Item {
|
|||||||
animate: root.animate
|
animate: root.animate
|
||||||
animateProp: "opacity"
|
animateProp: "opacity"
|
||||||
color: root.color
|
color: root.color
|
||||||
|
font.pointSize: elideText.font.pointSize
|
||||||
text: elideText.text
|
text: elideText.text
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -111,6 +112,7 @@ Item {
|
|||||||
animate: root.animate
|
animate: root.animate
|
||||||
animateProp: "opacity"
|
animateProp: "opacity"
|
||||||
color: root.color
|
color: root.color
|
||||||
|
font.pointSize: elideText.font.pointSize
|
||||||
text: t1.text
|
text: t1.text
|
||||||
x: t1.width + root.gap
|
x: t1.width + root.gap
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -111,6 +111,7 @@ CustomClippingRect {
|
|||||||
animate: true
|
animate: true
|
||||||
color: DynamicColors.palette.m3tertiary
|
color: DynamicColors.palette.m3tertiary
|
||||||
font.pointSize: Appearance.font.size.large
|
font.pointSize: Appearance.font.size.large
|
||||||
|
horizontalAlignment: Text.AlignHCenter
|
||||||
marqueeEnabled: true
|
marqueeEnabled: true
|
||||||
pauseMs: 4000
|
pauseMs: 4000
|
||||||
text: update.sections[1]
|
text: update.sections[1]
|
||||||
@@ -134,6 +135,7 @@ CustomClippingRect {
|
|||||||
animate: true
|
animate: true
|
||||||
color: DynamicColors.palette.m3primary
|
color: DynamicColors.palette.m3primary
|
||||||
font.pointSize: Appearance.font.size.large
|
font.pointSize: Appearance.font.size.large
|
||||||
|
horizontalAlignment: Text.AlignHCenter
|
||||||
marqueeEnabled: true
|
marqueeEnabled: true
|
||||||
pauseMs: 4000
|
pauseMs: 4000
|
||||||
text: update.sections[3]
|
text: update.sections[3]
|
||||||
|
|||||||
Reference in New Issue
Block a user