Merge pull request #94 from jhakonen/review/fix-pc-view-alignment

PC view: position app's icon and text on same level with other apps
This commit is contained in:
Cameron Gutman 2018-10-03 17:40:49 -07:00 committed by GitHub
commit 22ed7f4e49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {