From 383ff5e3ff587a5530f083e86ee27467c70a39a7 Mon Sep 17 00:00:00 2001 From: DonLakeFlyer Date: Mon, 25 Jun 2018 19:02:52 -0700 Subject: [PATCH] Remove bad anchoring --- src/QmlControls/ParameterEditorDialog.qml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/QmlControls/ParameterEditorDialog.qml b/src/QmlControls/ParameterEditorDialog.qml index 404a747d6e..f346276395 100644 --- a/src/QmlControls/ParameterEditorDialog.qml +++ b/src/QmlControls/ParameterEditorDialog.qml @@ -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 -- GitLab