Merge branch '4.9' of https://github.com/Ultimaker/Cura into 4.9

This commit is contained in:
Kostas Karmas 2021-04-16 16:36:54 +02:00
commit d84743990d

View File

@ -71,7 +71,7 @@ Item
width: whatsNewViewport.width
height: whatsNewViewport.height
Image
AnimatedImage
{
id: subpageImage
@ -84,9 +84,9 @@ Item
right: parent.right
rightMargin: UM.Theme.getSize("thick_margin").width
}
width: sourceSize.width
sourceSize.width: Math.round(parent.width - (UM.Theme.getSize("thick_margin").height * 2))
width: Math.round(parent.width - (UM.Theme.getSize("thick_margin").height * 2))
fillMode: Image.PreserveAspectFit
onStatusChanged: playing = (status == AnimatedImage.Ready)
source: manager.getSubpageImageSource(index)
}