X-Git-Url: https://www.flypig.org.uk/git/?p=harbour-pedalo.git;a=blobdiff_plain;f=qml%2Fpages%2FMainPage.qml;fp=qml%2Fpages%2FMainPage.qml;h=5c0c16bdda3d7867c75a938ff70ecdf0abaa8790;hp=101376a6b8b3ec0a17a028b6266cefea11e013af;hb=5fc520bad80dccf9bf2e0f16552c9f2605417067;hpb=c0284f613fd20fdedc5ef60de9893c74601ede6d diff --git a/qml/pages/MainPage.qml b/qml/pages/MainPage.qml index 101376a..5c0c16b 100644 --- a/qml/pages/MainPage.qml +++ b/qml/pages/MainPage.qml @@ -11,6 +11,8 @@ Page { SilicaFlickable { anchors.fill: parent + VerticalScrollDecorator {} + // PullDownMenu and PushUpMenu must be declared in SilicaFlickable, SilicaListView or SilicaGridView PullDownMenu { MenuItem { @@ -20,7 +22,7 @@ Page { } // Tell SilicaFlickable the height of its content. - contentHeight: column.height + contentHeight: column.implicitHeight + Theme.paddingLarge // Place our content in a Column. The PageHeader is always placed at the top // of the page, followed by our content.