RoutingView: anchor change
authorSami Rämö <sami.ramo@ixonos.com>
Fri, 26 Nov 2010 14:32:49 +0000 (16:32 +0200)
committerSami Rämö <sami.ramo@ixonos.com>
Fri, 26 Nov 2010 14:32:49 +0000 (16:32 +0200)
src/qmlui/RoutingView.qml

index 6bbe16f..530d06a 100644 (file)
@@ -2,10 +2,8 @@ import Qt 4.7
 
 Item {
     id: contentsArea
-    x: 0
-    y: 0
-    height: panel.height
-    width: panel.width
+
+    anchors.fill: parent
 
     Button {
         id: routeTo