mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 16:09:01 +08:00
Fix aspect ratio of logo in about window
CURA-6934
This commit is contained in:
parent
726cf3b7a4
commit
f1b9ac1c21
@ -41,6 +41,7 @@ UM.Dialog
|
|||||||
source: UM.Theme.getImage("logo")
|
source: UM.Theme.getImage("logo")
|
||||||
sourceSize.width: width
|
sourceSize.width: width
|
||||||
sourceSize.height: height
|
sourceSize.height: height
|
||||||
|
fillMode: Image.PreserveAspectFit
|
||||||
|
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.topMargin: parent.topPadding
|
anchors.topMargin: parent.topPadding
|
||||||
|
Loading…
x
Reference in New Issue
Block a user