Commit 383ff5e3 authored by DonLakeFlyer's avatar DonLakeFlyer

Remove bad anchoring

parent 620e1b7f
......@@ -129,9 +129,8 @@ QGCViewDialog {
}
QGCButton {
anchors.baseline: valueField.baseline
visible: _allowDefaultReset
text: qsTr("Reset to default")
visible: _allowDefaultReset
text: qsTr("Reset to default")
onClicked: {
fact.value = fact.defaultValue
......
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