made panelwindow apply to the whole bar instead of individual containers

This commit is contained in:
2026-08-07 16:18:17 +01:00
parent 11a8f03215
commit d54487022f
2 changed files with 89 additions and 73 deletions

View File

@@ -94,16 +94,6 @@ Item {
id: tapHandler
}
RectangularShadow {
anchors.fill: container
blur: 30
color: Colors.mantle
offset.x: 5
offset.y: 2
radius: container.radius
spread: 5
}
Rectangle {
id: container