Merge pull request #1834

77ec8e5 middlepanel: fix length of scrollable area on Transfer page (mmbyday)
This commit is contained in:
luigi1111 2018-12-18 09:50:31 -06:00
commit 9b3a0d5b13
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

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 }