no desktop for server
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user