Skip to content

Commit 5fde4fa

Browse files
committed
qml: set implicitHeight on InformationPage
Fixes the binding loop on the scrollView's contentHeight
1 parent 7b88d03 commit 5fde4fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qml/controls/InformationPage.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import org.bitcoincore.qt 1.0
99

1010
Page {
1111
id: root
12+
implicitHeight: information.height + continueButton.height + buttonMargin
1213
property alias bannerItem: banner_loader.sourceComponent
1314
property alias detailItem: detail_loader.sourceComponent
1415
property alias loadedDetailItem: detail_loader.item

0 commit comments

Comments
 (0)