Fix handling of long app names
This commit is contained in:
parent
eb1316ce32
commit
5854ce2000
1 changed files with 3 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue