diff --git a/qml/components/ProfileThumbnail.qml b/qml/components/ProfileThumbnail.qml index 38e6ba1..d1ae116 100644 --- a/qml/components/ProfileThumbnail.qml +++ b/qml/components/ProfileThumbnail.qml @@ -64,9 +64,11 @@ Item { Image { id: singleImage width: parent.width - Theme.paddingSmall - height: parent.height - Theme.paddingSmall + height: width anchors.centerIn: parent source: file.path + sourceSize.width: width + sourceSize.height: height fillMode: Image.PreserveAspectCrop autoTransform: true asynchronous: true