Ubuntu Pastebin

Paste from nik90 at Fri, 29 May 2015 23:31:16 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
=== 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
+                    }
                 }
 
             }
Download as text