fix: Incorrect margins when collection group name is long

- set width for the text so that the ellision works correctly

Fixes #13396
This commit is contained in:
Lukáš Tinkl 2024-02-02 10:41:14 +01:00 committed by Lukáš Tinkl
parent 40396dcf6f
commit fa75cf7b9b
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ DropArea {
}
StatusBaseText {
Layout.fillWidth: true
text: groupedCommunityTokenDelegate.title
elide: Text.ElideRight
maximumLineCount: 1