Dynamic page height for the receive page

This commit is contained in:
Sander Ferdinand 2018-04-28 02:50:22 +02:00
parent 5487383068
commit 9018ae3afe

View file

@ -121,7 +121,7 @@ Rectangle {
}, State {
name: "Receive"
PropertyChanges { target: root; currentView: receiveView }
PropertyChanges { target: mainFlickable; contentHeight: 1000 * scaleRatio }
PropertyChanges { target: mainFlickable; contentHeight: receiveView.receiveHeight + 100 }
}, State {
name: "TxKey"
PropertyChanges { target: root; currentView: txkeyView }