=== modified file 'components/Home.qml'
--- components/Home.qml 2015-03-24 21:22:22 +0000
+++ components/Home.qml 2015-05-29 23:29:53 +0000
@@ -4,10 +4,6 @@
Column {
spacing: units.gu(1)
- anchors {
- margins: units.gu(2)
- fill: parent
- }
Label {
anchors.horizontalCenter: parent.horizontalCenter
=== modified file 'main.qml'
--- main.qml 2015-02-07 00:06:37 +0000
+++ main.qml 2015-05-29 23:30:25 +0000
@@ -32,8 +32,12 @@
title: i18n.tr("Home")
page: Page {
- Home {
- id: home
+ Flickable{
+ anchors.fill: parent
+ contentHeight: home.height
+ Home {
+ id: home
+ }
}
}