From fa75cf7b9bdf9cc9c3d562e318c85cc2ef1ca37e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tinkl?= Date: Fri, 2 Feb 2024 10:41:14 +0100 Subject: [PATCH] fix: Incorrect margins when collection group name is long - set width for the text so that the ellision works correctly Fixes #13396 --- ui/app/AppLayouts/Wallet/controls/ManageTokensGroupDelegate.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/app/AppLayouts/Wallet/controls/ManageTokensGroupDelegate.qml b/ui/app/AppLayouts/Wallet/controls/ManageTokensGroupDelegate.qml index dc64e529d5..c9010860dd 100644 --- a/ui/app/AppLayouts/Wallet/controls/ManageTokensGroupDelegate.qml +++ b/ui/app/AppLayouts/Wallet/controls/ManageTokensGroupDelegate.qml @@ -81,6 +81,7 @@ DropArea { } StatusBaseText { + Layout.fillWidth: true text: groupedCommunityTokenDelegate.title elide: Text.ElideRight maximumLineCount: 1