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
|
id: window
|
||||||
|
|
||||||
required property string name
|
required property string name
|
||||||
|
property alias background: background
|
||||||
|
|
||||||
WlrLayershell.namespace: `lux-${name}`
|
WlrLayershell.namespace: `lux-${name}`
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
|
id: background
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
radius: Styling.theme.radiusBox
|
radius: Styling.theme.radiusBox
|
||||||
Behavior on radius {
|
Behavior on radius {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue