mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06: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
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@ UM.RecolorImage
|
|||
opacity: opened ? 1 : 0
|
||||
Behavior on opacity { NumberAnimation { duration: 100 } }
|
||||
|
||||
contentWidth: printJobInformation.width
|
||||
contentHeight: printJobInformation.implicitHeight
|
||||
|
||||
contentItem: PrintJobInformation
|
||||
{
|
||||
id: printJobInformation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue