Fix dimensions of print job information popup when using Qt 5.13.

Remains compatible with Qt 5.10.
This commit is contained in:
Mark Burton 2019-07-24 20:35:39 +01:00
parent 004297b936
commit cfea12ab25

View file

@ -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