Browse Source

Fix aspect ratio of logo in about window

CURA-6934
Jaime van Kessel 5 years ago
parent
commit
f1b9ac1c21
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/qml/Dialogs/AboutDialog.qml

+ 1 - 0
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