no desktop for server

This commit is contained in:
2025-11-23 16:34:22 -06:00
parent e1e1b316cf
commit e3597c147a
7 changed files with 178 additions and 34 deletions

View File

@@ -12,7 +12,8 @@ Item {
id: root
property var window: null
required property PanelWindow window
required property real popupOffset
ClippingWrapperRectangle {
radius: 5
@@ -35,7 +36,7 @@ Item {
id: menu
anchor.window: window
anchor.rect.x: root.parent.x + root.parent.width - width
anchor.rect.x: popupOffset
anchor.rect.y: 50
implicitWidth: 150
implicitHeight: 250