fix: Sign transaction popup scroll when content changes height

This commit is contained in:
Alex Jbanca 2024-10-21 15:12:28 +03:00 committed by Alex Jbanca
parent 0828787b4d
commit 0962497e89
1 changed files with 2 additions and 0 deletions

View File

@ -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