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

Fix linux-only anchoring problem

parent 764fa1cd
......@@ -253,10 +253,7 @@ QGCView {
Column {
anchors.margins: 10
anchors.left: parent.left
anchors.right: parent.right
anchors.top: parent.top
anchors.bottom: calibrateButton.bottom
anchors.fill: parent
spacing: 10
QGCLabel {
......@@ -264,7 +261,6 @@ QGCView {
}
QGCButton {
id: calibrateButton
text: "Calibrate"
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