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:
parent
9075f309ad
commit
1d691cf763
1 changed files with 3 additions and 0 deletions
|
|
@ -73,6 +73,9 @@ GridView {
|
|||
width: 150
|
||||
height: 200
|
||||
}
|
||||
width: sourceSize.width
|
||||
height: sourceSize.height
|
||||
fillMode: Image.Pad
|
||||
}
|
||||
|
||||
Image {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue