test rounding policy environment variable

This commit is contained in:
2026-04-06 21:42:03 +02:00
parent 84e708aaad
commit 440d103b46
4 changed files with 27 additions and 14 deletions
+3 -8
View File
@@ -52,16 +52,11 @@ RowLayout {
CustomRect {
id: fill
anchors.fill: parent
antialiasing: false
anchors.bottom: parent.bottom
anchors.left: parent.left
anchors.right: parent.right
color: root.mainColor
implicitHeight: Math.ceil(root.percentage * parent.height)
radius: Appearance.rounding.full
transform: Scale {
origin.y: fill.height
yScale: Math.max(0.001, root.animatedPercentage)
}
}
}
}