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
|
id: scrollView
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
contentWidth: availableWidth
|
contentWidth: availableWidth
|
||||||
|
contentHeight: content.implicitHeight
|
||||||
topPadding: 0
|
topPadding: 0
|
||||||
bottomPadding: countdownPill.height
|
bottomPadding: countdownPill.height
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
|
id: content
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.leftMargin: 4
|
anchors.leftMargin: 4
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
|
Loading…
Reference in New Issue