fix: Sign transaction popup scroll when content changes height
This commit is contained in:
parent
0828787b4d
commit
0962497e89
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue