1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

elide text in app drawer

This commit is contained in:
bbedward
2025-09-11 18:49:17 -04:00
parent 2395274714
commit 5b49e36da4
2 changed files with 2 additions and 0 deletions

View File

@@ -136,6 +136,7 @@ Rectangle {
font.pixelSize: Theme.fontSizeMedium
color: Theme.surfaceVariantText
elide: Text.ElideRight
maximumLineCount: 1
visible: resultsList.showDescription && model.comment && model.comment.length > 0
}
}