From 5854ce2000315711a8ddb3f459a130e3b0583b83 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Thu, 26 Jul 2018 22:39:45 -0700 Subject: [PATCH] Fix handling of long app names --- app/gui/AppView.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/gui/AppView.qml b/app/gui/AppView.qml index 1140c34a..cde44ade 100644 --- a/app/gui/AppView.qml +++ b/app/gui/AppView.qml @@ -72,11 +72,12 @@ GridView { color: "white" width: parent.width - height: 100 + height: 125 anchors.top: appIcon.bottom - font.pointSize: 26 + font.pointSize: 22 horizontalAlignment: Text.AlignHCenter wrapMode: Text.Wrap + elide: Text.ElideRight } MouseArea {