Add padding to app labels

This commit is contained in:
Cameron Gutman
2019-09-29 21:26:07 -07:00
parent 2f0a6db414
commit 1cb03b1882

View File

@@ -151,6 +151,8 @@ CenteredGridView {
text: model.name
width: appIcon.width
height: model.running ? 175 : appIcon.height
leftPadding: 20
rightPadding: 20
anchors.left: appIcon.left
anchors.right: appIcon.right
anchors.bottom: appIcon.bottom