Fix handling of long app names

This commit is contained in:
Cameron Gutman 2018-07-26 22:39:45 -07:00
parent eb1316ce32
commit 5854ce2000

View File

@ -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 {