diff --git a/MiddlePanel.qml b/MiddlePanel.qml index 73cae42a..6101b28d 100644 --- a/MiddlePanel.qml +++ b/MiddlePanel.qml @@ -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 }