popout positioning fixes
This commit is contained in:
@@ -7,9 +7,15 @@ import Quickshell.Services.SystemTray
|
||||
|
||||
Row {
|
||||
id: root
|
||||
|
||||
anchors.top: parent.top
|
||||
anchors.bottom: parent.bottom
|
||||
|
||||
required property PanelWindow bar
|
||||
readonly property alias items: repeater
|
||||
|
||||
spacing: 0
|
||||
|
||||
Repeater {
|
||||
id: repeater
|
||||
model: SystemTray.items
|
||||
|
||||
Reference in New Issue
Block a user