We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b88d03 commit 5fde4faCopy full SHA for 5fde4fa
src/qml/controls/InformationPage.qml
@@ -9,6 +9,7 @@ import org.bitcoincore.qt 1.0
9
10
Page {
11
id: root
12
+ implicitHeight: information.height + continueButton.height + buttonMargin
13
property alias bannerItem: banner_loader.sourceComponent
14
property alias detailItem: detail_loader.sourceComponent
15
property alias loadedDetailItem: detail_loader.item
0 commit comments