From 1d691cf76327b648e938d4b15b99c294e84d9ec3 Mon Sep 17 00:00:00 2001 From: Janne Hakonen Date: Wed, 3 Oct 2018 19:31:37 +0300 Subject: [PATCH] Reserve a static size for app icon in PC view to position the icon and text on same level with other apps --- app/gui/AppView.qml | 3 +++ 1 file changed, 3 insertions(+) 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 {