From 0962497e89682295dca5c725b2f336e84b395003 Mon Sep 17 00:00:00 2001 From: Alex Jbanca Date: Mon, 21 Oct 2024 15:12:28 +0300 Subject: [PATCH] fix: Sign transaction popup scroll when content changes height --- ui/app/AppLayouts/Wallet/popups/SignTransactionModalBase.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/app/AppLayouts/Wallet/popups/SignTransactionModalBase.qml b/ui/app/AppLayouts/Wallet/popups/SignTransactionModalBase.qml index f284bc49a4..d0730b18e4 100644 --- a/ui/app/AppLayouts/Wallet/popups/SignTransactionModalBase.qml +++ b/ui/app/AppLayouts/Wallet/popups/SignTransactionModalBase.qml @@ -120,10 +120,12 @@ StatusDialog { id: scrollView anchors.fill: parent contentWidth: availableWidth + contentHeight: content.implicitHeight topPadding: 0 bottomPadding: countdownPill.height ColumnLayout { + id: content anchors.left: parent.left anchors.leftMargin: 4 anchors.right: parent.right