remove TODO, remove top corner radius for flyout

This commit is contained in:
Damocles 2026-04-12 11:54:29 +02:00
parent 21c16592dd
commit ed68b9fd93
3 changed files with 11 additions and 148 deletions

View file

@ -19,6 +19,7 @@ PanelWindow {
signal menuClosed()
visible: true
color: "transparent"
WlrLayershell.layer: WlrLayer.Overlay
@ -59,9 +60,10 @@ PanelWindow {
anchors.fill: parent
color: M.Theme.base01
opacity: M.Theme.barOpacity
radius: M.Theme.radius
border.color: M.Theme.base02
border.width: 1
topLeftRadius: 0
topRightRadius: 0
bottomLeftRadius: M.Theme.radius
bottomRightRadius: M.Theme.radius
}
StackView {