Skip to content

Commit

Permalink
Remove bad anchoring
Browse files Browse the repository at this point in the history
  • Loading branch information
DonLakeFlyer committed Jun 26, 2018
1 parent 620e1b7 commit 383ff5e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/QmlControls/ParameterEditorDialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 383ff5e

Please sign in to comment.