mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 15:13:12 +08:00
Fix dimensions of print job information popup when using Qt 5.13.
Remains compatible with Qt 5.10.
This commit is contained in:
parent
004297b936
commit
cfea12ab25
@ -37,6 +37,9 @@ UM.RecolorImage
|
|||||||
opacity: opened ? 1 : 0
|
opacity: opened ? 1 : 0
|
||||||
Behavior on opacity { NumberAnimation { duration: 100 } }
|
Behavior on opacity { NumberAnimation { duration: 100 } }
|
||||||
|
|
||||||
|
contentWidth: printJobInformation.width
|
||||||
|
contentHeight: printJobInformation.implicitHeight
|
||||||
|
|
||||||
contentItem: PrintJobInformation
|
contentItem: PrintJobInformation
|
||||||
{
|
{
|
||||||
id: printJobInformation
|
id: printJobInformation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user