diff options
Diffstat (limited to 'src/main.qml')
-rw-r--r-- | src/main.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.qml b/src/main.qml index bac67b1..d298d59 100644 --- a/src/main.qml +++ b/src/main.qml @@ -35,11 +35,13 @@ Application { PageHeader { id: title text: "Overview" + z: 5 } property var weekday: ["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]; Flickable { + z: 1 anchors.fill: parent contentHeight: contentColumn.implicitHeight Column { |