diff options
Diffstat (limited to 'app/qml/pages/AboutPage.qml')
| -rw-r--r-- | app/qml/pages/AboutPage.qml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/qml/pages/AboutPage.qml b/app/qml/pages/AboutPage.qml index 200abdf..bec1031 100644 --- a/app/qml/pages/AboutPage.qml +++ b/app/qml/pages/AboutPage.qml @@ -6,10 +6,12 @@ Page { id: page SilicaFlickable { + id: flickable anchors.fill: parent - contentHeight: column.height + VerticalScrollDecorator { flickable: flickable } + Column { id: column width: page.width |
