Decrease width of popups for cluster monitor

CL-896
This commit is contained in:
Jaime van Kessel 2018-08-31 15:55:22 +02:00
parent 485058c3de
commit 224108c342
2 changed files with 2 additions and 2 deletions

View file

@ -347,7 +347,7 @@ Component
closePolicy: Controls2.Popup.CloseOnPressOutsideParent closePolicy: Controls2.Popup.CloseOnPressOutsideParent
x: parent.width - width x: parent.width - width
y: contextButton.height y: contextButton.height
width: 200 width: 160
height: contentItem.height + 2 * padding height: contentItem.height + 2 * padding
visible: false visible: false

View file

@ -178,7 +178,7 @@ Item
closePolicy: Popup.CloseOnPressOutsideParent closePolicy: Popup.CloseOnPressOutsideParent
x: parent.width - width x: parent.width - width
y: contextButton.height y: contextButton.height
width: 200 width: 160
height: contentItem.height + 2 * padding height: contentItem.height + 2 * padding
visible: false visible: false