middlepanel: fix length of scrollable area on Transfer page

This commit is contained in:
mmbyday 2018-12-16 22:30:02 -08:00
parent 59fc48bd8b
commit 77ec8e5bda

View file

@ -118,7 +118,7 @@ Rectangle {
}, State {
name: "Transfer"
PropertyChanges { target: root; currentView: transferView }
PropertyChanges { target: mainFlickable; contentHeight: 1000 * scaleRatio }
PropertyChanges { target: mainFlickable; contentHeight: 700 * scaleRatio }
}, State {
name: "Receive"
PropertyChanges { target: root; currentView: receiveView }