Reserve a static size for app icon in PC view to position the icon and text on same level with other apps

This commit is contained in:
Janne Hakonen
2018-10-03 19:31:37 +03:00
parent 9075f309ad
commit 1d691cf763
+3
View File
@@ -73,6 +73,9 @@ GridView {
width: 150 width: 150
height: 200 height: 200
} }
width: sourceSize.width
height: sourceSize.height
fillMode: Image.Pad
} }
Image { Image {