popout positioning fixes

This commit is contained in:
Zacharias-Brohn
2025-11-27 19:15:35 +01:00
parent fb864da6fb
commit 67ad544359
17 changed files with 201 additions and 93 deletions
+2 -2
View File
@@ -9,14 +9,14 @@ Shape {
required property Item bar
anchors.fill: parent
anchors.margins: 8
// anchors.margins: 8
anchors.topMargin: bar.implicitHeight
preferredRendererType: Shape.CurveRenderer
Modules.Background {
wrapper: root.panels.popouts
startX: wrapper.x - rounding
startX: wrapper.x - 8
startY: wrapper.y
}
}