using initialTitle instead of currentTitle

This commit is contained in:
Zacharias-Brohn
2025-10-14 20:58:34 +02:00
parent 2350b6db28
commit 800f3c53e7
6 changed files with 52 additions and 15 deletions
+7
View File
@@ -14,6 +14,13 @@ Item {
implicitHeight: 22
property bool warning: percentage * 100 >= warningThreshold
Behavior on percentage {
NumberAnimation {
duration: 300
easing.type: Easing.InOutQuad
}
}
RowLayout {
id: resourceRowLayout
spacing: 2