test new systray

This commit is contained in:
2026-04-07 00:06:21 +02:00
parent 440d103b46
commit e5c03448c2
14 changed files with 216 additions and 216 deletions
+5
View File
@@ -57,6 +57,11 @@ RowLayout {
anchors.right: parent.right
color: root.mainColor
implicitHeight: Math.ceil(root.percentage * parent.height)
Behavior on implicitHeight {
Anim {
}
}
}
}
}