From f1b9ac1c2128f394f1aa7bc151e5c29c4cd4e24e Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Mon, 4 Nov 2019 16:15:24 +0100 Subject: [PATCH] Fix aspect ratio of logo in about window CURA-6934 --- resources/qml/Dialogs/AboutDialog.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/qml/Dialogs/AboutDialog.qml b/resources/qml/Dialogs/AboutDialog.qml index 584903dd60..a5622aa2c9 100644 --- a/resources/qml/Dialogs/AboutDialog.qml +++ b/resources/qml/Dialogs/AboutDialog.qml @@ -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