mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
|
||||
x: parent.width - width
|
||||
y: contextButton.height
|
||||
width: 200
|
||||
width: 160
|
||||
height: contentItem.height + 2 * padding
|
||||
visible: false
|
||||
|
||||
|
|
|
|||
|
|
@ -178,7 +178,7 @@ Item
|
|||
closePolicy: Popup.CloseOnPressOutsideParent
|
||||
x: parent.width - width
|
||||
y: contextButton.height
|
||||
width: 200
|
||||
width: 160
|
||||
height: contentItem.height + 2 * padding
|
||||
visible: false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue