aboutsummaryrefslogtreecommitdiff
path: root/MiddlePanel.qml
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2018-04-05 11:52:09 +0200
committerSander Ferdinand <sa.ferdinand@gmail.com>2018-04-05 11:52:09 +0200
commit1378ae45c3007e3ac26463053b96b41398846215 (patch)
tree2bcf2530f510254227e8f2d0a593cbaf4ac0fe8a /MiddlePanel.qml
parent3b76636d6b172f3afe6224c5ccb05e8307df4c13 (diff)
downloadmonzero-gui-1378ae45c3007e3ac26463053b96b41398846215.tar.gz
monzero-gui-1378ae45c3007e3ac26463053b96b41398846215.tar.xz
monzero-gui-1378ae45c3007e3ac26463053b96b41398846215.zip
Reset flickable scrollview to 0 Y position
Diffstat (limited to 'MiddlePanel.qml')
-rw-r--r--MiddlePanel.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/MiddlePanel.qml b/MiddlePanel.qml
index bda38433..3cc2163f 100644
--- a/MiddlePanel.qml
+++ b/MiddlePanel.qml
@@ -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 { }