mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 17:27:51 -06:00
Decrease width of popups for cluster monitor
CL-896
This commit is contained in:
parent
485058c3de
commit
224108c342
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue