alias data

This commit is contained in:
Benjamin Palko 2025-09-17 17:39:03 -04:00
parent 0a445eaa08
commit 3a67bc5204
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -20,15 +20,15 @@ StyledPanelWindow {
Visibility.powermenu = focused;
}
Process {
id: process
}
WrapperItem {
id: rect
margin: 14
Process {
id: process
}
StyledListView {
id: list