mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-04 12:52:06 -04:00
Truncate long title in groups
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user