Commit 588dc6a0 authored by Don Gagne's avatar Don Gagne

Fix linux-only anchoring problem

parent 764fa1cd
...@@ -253,10 +253,7 @@ QGCView { ...@@ -253,10 +253,7 @@ QGCView {
Column { Column {
anchors.margins: 10 anchors.margins: 10
anchors.left: parent.left anchors.fill: parent
anchors.right: parent.right
anchors.top: parent.top
anchors.bottom: calibrateButton.bottom
spacing: 10 spacing: 10
QGCLabel { QGCLabel {
...@@ -264,7 +261,6 @@ QGCView { ...@@ -264,7 +261,6 @@ QGCView {
} }
QGCButton { QGCButton {
id: calibrateButton
text: "Calibrate" text: "Calibrate"
onClicked: controller.calibrateEsc() onClicked: controller.calibrateEsc()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment