Эх сурвалжийг харах

Move to AspectCrop from AspectFit; not respecting width

Change-Id: I893e17d86bf08ca5fb39ae94ec88438e1fbc7748
Donald Carr 9 жил өмнө
parent
commit
e210dbf550

+ 1 - 1
qml/common/ArtImage.qml

@@ -3,7 +3,7 @@ import QtQuick 2.5
 Image {
     property var effect
 
-    fillMode: Image.PreserveAspectFit
+    fillMode: Image.PreserveAspectCrop
     source: imageModel.randomPicture()
     width: parent.width
     mirror: generalSettings.randomlyMirrorArt && (Math.random() < 0.5)