sync repo
[mardrone] / mardrone / ardrone_harmattan.qml
index 84490ce..35cf4d3 100644 (file)
@@ -221,10 +221,10 @@ PageStackWindow {
             }
         }
         Button {
-            x:400;y:100
-            width:120
+            x:500
+            width:140
             id:emergencyButton
-            anchors.top:parent.top
+            anchors.bottom:parent.bottom
 
             anchors.margins:15
             text:"Energency";
@@ -252,8 +252,6 @@ PageStackWindow {
 
      Component.onCompleted: {
          if (mainpageComponent.status != Component.Ready)
-             //        pageStack.push(mainpageComponent);
-             //  else
                      console.log("Error loading component:", mainpageComponent.errorString());
          dialogComponent = Qt.createComponent("ConfigDialog.qml");