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 {
|
||||
id: window
|
||||
|
||||
default property alias content: contentItem.children
|
||||
default property alias content: contentItem.data
|
||||
property alias background: background
|
||||
required property string name
|
||||
property bool canFocus: true
|
||||
|
|
|
|||
|
|
@ -20,15 +20,15 @@ StyledPanelWindow {
|
|||
Visibility.powermenu = focused;
|
||||
}
|
||||
|
||||
Process {
|
||||
id: process
|
||||
}
|
||||
|
||||
WrapperItem {
|
||||
id: rect
|
||||
|
||||
margin: 14
|
||||
|
||||
Process {
|
||||
id: process
|
||||
}
|
||||
|
||||
StyledListView {
|
||||
id: list
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue