From 0146db8da8c355e20933abdbbd11cda7423d5bd0 Mon Sep 17 00:00:00 2001 From: Mikhail Rogachev Date: Wed, 1 May 2024 18:03:20 +0200 Subject: [PATCH] fix: Fix content height for SharedAddressesPanel (#14562) --- ui/app/AppLayouts/Communities/panels/SharedAddressesPanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Communities/panels/SharedAddressesPanel.qml b/ui/app/AppLayouts/Communities/panels/SharedAddressesPanel.qml index 6c1f42e411..c1f6df2dcc 100644 --- a/ui/app/AppLayouts/Communities/panels/SharedAddressesPanel.qml +++ b/ui/app/AppLayouts/Communities/panels/SharedAddressesPanel.qml @@ -204,7 +204,7 @@ Control { } } - ColumnLayout { + contentItem: ColumnLayout { anchors.fill: parent spacing: 0