mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:43:24 +00:00
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:
parent
09bf7fabcf
commit
cf9476c74e
1 changed files with 116 additions and 113 deletions
|
@ -28,6 +28,8 @@ MobileComponents.Page {
|
|||
qmlProfile.update()
|
||||
}
|
||||
|
||||
ScrollView {
|
||||
anchors.fill: parent
|
||||
Flickable {
|
||||
id: flick
|
||||
anchors.fill: parent
|
||||
|
@ -164,3 +166,4 @@ MobileComponents.Page {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue