Fix aspect ratio of logo in about window

CURA-6934
This commit is contained in:
Jaime van Kessel 2019-11-04 16:15:24 +01:00
parent 726cf3b7a4
commit f1b9ac1c21
No known key found for this signature in database
GPG key ID: 3710727397403C91

View file

@ -41,6 +41,7 @@ UM.Dialog
source: UM.Theme.getImage("logo")
sourceSize.width: width
sourceSize.height: height
fillMode: Image.PreserveAspectFit
anchors.top: parent.top
anchors.topMargin: parent.topPadding