1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-03 20:32:07 -04:00

Truncate long title in groups

This commit is contained in:
purian23
2026-02-13 10:10:03 -05:00
committed by bbedward
parent 4fc275bead
commit be133b73c7

View File

@@ -221,7 +221,7 @@ Rectangle {
color: Theme.surfaceText
font.pixelSize: Theme.fontSizeMedium
font.weight: Font.Medium
width: parent.width
width: parent.width - ((notificationGroup?.count || 0) > 1 ? 10 : 0)
elide: Text.ElideRight
maximumLineCount: 1
visible: text.length > 0