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

View file

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