alias panel window background
This commit is contained in:
parent
ebb66dee21
commit
1c30ea270f
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue