diff --git a/app/gui/AppView.qml b/app/gui/AppView.qml index 466b679c..a9ca7478 100644 --- a/app/gui/AppView.qml +++ b/app/gui/AppView.qml @@ -73,6 +73,9 @@ GridView { width: 150 height: 200 } + width: sourceSize.width + height: sourceSize.height + fillMode: Image.Pad } Image {