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:
parent
40396dcf6f
commit
fa75cf7b9b
|
@ -81,6 +81,7 @@ DropArea {
|
|||
}
|
||||
|
||||
StatusBaseText {
|
||||
Layout.fillWidth: true
|
||||
text: groupedCommunityTokenDelegate.title
|
||||
elide: Text.ElideRight
|
||||
maximumLineCount: 1
|
||||
|
|
Loading…
Reference in New Issue