menu switch

This commit is contained in:
Zacharias-Brohn
2026-03-01 18:12:43 +01:00
parent eabff9b18f
commit f989f74282
18 changed files with 1050 additions and 35 deletions
+2 -3
View File
@@ -28,15 +28,14 @@ ShapePath {
PathLine {
relativeX: 0
relativeY: root.wrapper.height - root.roundingY * 2
relativeY: root.wrapper.height
}
PathArc {
direction: PathArc.Counterclockwise
radiusX: root.rounding
radiusY: Math.min(root.rounding, root.wrapper.height)
relativeX: root.rounding
relativeY: root.roundingY
relativeY: -root.roundingY
}
PathLine {