This commit is contained in:
2026-03-31 01:34:10 +02:00
parent 35e6207ad2
commit 883bac89cb
8 changed files with 563 additions and 313 deletions
+10 -8
View File
@@ -103,17 +103,18 @@ CustomClippingRect {
Layout.fillHeight: true
Layout.preferredWidth: 300
CustomText {
MarqueeText {
id: versionFrom
Layout.fillHeight: true
Layout.preferredWidth: 125
animate: true
color: DynamicColors.palette.m3tertiary
elide: Text.ElideRight
font.pointSize: Appearance.font.size.large
horizontalAlignment: Text.AlignHCenter
marqueeEnabled: true
pauseMs: 4000
text: update.sections[1]
verticalAlignment: Text.AlignVCenter
width: 125
}
MaterialIcon {
@@ -125,17 +126,18 @@ CustomClippingRect {
verticalAlignment: Text.AlignVCenter
}
CustomText {
MarqueeText {
id: versionTo
Layout.fillHeight: true
Layout.preferredWidth: 120
animate: true
color: DynamicColors.palette.m3primary
elide: Text.ElideRight
font.pointSize: Appearance.font.size.large
horizontalAlignment: Text.AlignHCenter
marqueeEnabled: true
pauseMs: 4000
text: update.sections[3]
verticalAlignment: Text.AlignVCenter
width: 125
}
}
}