mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 16:16:00 +08:00
Decrease width of popups for cluster monitor
CL-896
This commit is contained in:
parent
485058c3de
commit
224108c342
@ -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…
x
Reference in New Issue
Block a user