Reset flickable scrollview to 0 Y position

This commit is contained in:
Sander Ferdinand
2018-04-05 11:52:09 +02:00
parent 3b76636d6b
commit 1378ae45c3
2 changed files with 13 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ Rectangle {
property string unlockedBalanceText
property int minHeight: (appWindow.height > 800) ? appWindow.height : 800 * scaleRatio
property alias contentHeight: mainFlickable.contentHeight
property alias flickable: mainFlickable
// property int headerHeight: header.height
property Transfer transferView: Transfer { }