From 9e1f596b6aabc3d8800b5b7b04028f154ed8593c Mon Sep 17 00:00:00 2001 From: Anthony Laibe Date: Wed, 18 Jan 2023 11:22:46 +0100 Subject: [PATCH] fix(@wallet): related account heights fixes #9032 --- ui/app/AppLayouts/Profile/views/wallet/AccountView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Profile/views/wallet/AccountView.qml b/ui/app/AppLayouts/Profile/views/wallet/AccountView.qml index caaab024ca..4ce9870ddd 100644 --- a/ui/app/AppLayouts/Profile/views/wallet/AccountView.qml +++ b/ui/app/AppLayouts/Profile/views/wallet/AccountView.qml @@ -130,7 +130,7 @@ Item { tagsDelegate: StatusListItemTag { bgColor: model.color bgRadius: 6 - height: 50 + height: 22 closeButtonVisible: false asset.emoji: model.emoji asset.emojiSize: Emoji.size.verySmall