mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Add padding to app labels
This commit is contained in:
@@ -151,6 +151,8 @@ CenteredGridView {
|
|||||||
text: model.name
|
text: model.name
|
||||||
width: appIcon.width
|
width: appIcon.width
|
||||||
height: model.running ? 175 : appIcon.height
|
height: model.running ? 175 : appIcon.height
|
||||||
|
leftPadding: 20
|
||||||
|
rightPadding: 20
|
||||||
anchors.left: appIcon.left
|
anchors.left: appIcon.left
|
||||||
anchors.right: appIcon.right
|
anchors.right: appIcon.right
|
||||||
anchors.bottom: appIcon.bottom
|
anchors.bottom: appIcon.bottom
|
||||||
|
|||||||
Reference in New Issue
Block a user