mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-10 13:44:17 +00:00
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…
Reference in a new issue