use a ScrollView for the main flickable

It managed the styled scroll indicator and the
behavior.

Signed-off-by: Marco Martin <notmart@gmail.com>
This commit is contained in:
Marco Martin 2015-11-30 01:12:47 +01:00 committed by Sebastian Kügler
parent 09bf7fabcf
commit cf9476c74e

View file

@ -28,6 +28,8 @@ MobileComponents.Page {
qmlProfile.update()
}
ScrollView {
anchors.fill: parent
Flickable {
id: flick
anchors.fill: parent
@ -164,3 +166,4 @@ MobileComponents.Page {
}
}
}
}