From 1cb03b1882f4b3aa570fdb6d51d4780edb06b843 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 29 Sep 2019 21:26:07 -0700 Subject: [PATCH] Add padding to app labels --- app/gui/AppView.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/gui/AppView.qml b/app/gui/AppView.qml index ecd501d7..8ee4177a 100644 --- a/app/gui/AppView.qml +++ b/app/gui/AppView.qml @@ -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