Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
2c9c086f
Commit
2c9c086f
authored
May 13, 2016
by
Don Gagne
Browse files
Fix double Reset button
parent
1fb0f042
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/AutoPilotPlugins/PX4/AirframeComponent.qml
View file @
2c9c086f
...
...
@@ -79,7 +79,7 @@ QGCView {
id
:
customConfigDialog
message
:
qsTr
(
"
Your vehicle is using a custom airframe configuration.
"
)
+
qsTr
(
"
This configuration can only be modified through the Parameter Editor.
\n\n
"
)
+
qsTr
(
"
If you want to
R
eset your airframe configuration and select a standard configuration, click 'Reset' above.
"
)
qsTr
(
"
If you want to
r
eset your airframe configuration and select a standard configuration, click 'Reset' above.
"
)
property
Fact
sys_autostart
:
controller
.
getParameterFact
(
-
1
,
"
SYS_AUTOSTART
"
)
...
...
src/QmlControls/QGCView.qml
View file @
2c9c086f
...
...
@@ -107,9 +107,6 @@ FactPanel {
}
else
if
(
buttons
&
StandardButton
.
Abort
)
{
__rejectButton
.
text
=
qsTr
(
"
Abort
"
)
__rejectButton
.
visible
=
true
}
else
if
(
buttons
&
StandardButton
.
Reset
)
{
__rejectButton
.
text
=
qsTr
(
"
Reset
"
)
__rejectButton
.
visible
=
true
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment