alias data
This commit is contained in:
parent
0a445eaa08
commit
3a67bc5204
2 changed files with 5 additions and 5 deletions
|
|
@ -7,7 +7,7 @@ import Quickshell.Wayland
|
||||||
PanelWindow {
|
PanelWindow {
|
||||||
id: window
|
id: window
|
||||||
|
|
||||||
default property alias content: contentItem.children
|
default property alias content: contentItem.data
|
||||||
property alias background: background
|
property alias background: background
|
||||||
required property string name
|
required property string name
|
||||||
property bool canFocus: true
|
property bool canFocus: true
|
||||||
|
|
|
||||||
|
|
@ -20,15 +20,15 @@ StyledPanelWindow {
|
||||||
Visibility.powermenu = focused;
|
Visibility.powermenu = focused;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Process {
|
||||||
|
id: process
|
||||||
|
}
|
||||||
|
|
||||||
WrapperItem {
|
WrapperItem {
|
||||||
id: rect
|
id: rect
|
||||||
|
|
||||||
margin: 14
|
margin: 14
|
||||||
|
|
||||||
Process {
|
|
||||||
id: process
|
|
||||||
}
|
|
||||||
|
|
||||||
StyledListView {
|
StyledListView {
|
||||||
id: list
|
id: list
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue