diff --git a/components/StyledPanelWindow.qml b/components/StyledPanelWindow.qml index dab6ee0..0426201 100644 --- a/components/StyledPanelWindow.qml +++ b/components/StyledPanelWindow.qml @@ -7,11 +7,13 @@ PanelWindow { id: window required property string name + property alias background: background WlrLayershell.namespace: `lux-${name}` color: "transparent" Rectangle { + id: background anchors.fill: parent radius: Styling.theme.radiusBox Behavior on radius {