Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
02f0478d
Commit
02f0478d
authored
Jun 06, 2017
by
Gus Grubba
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing case for consistency.
parent
12785a32
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
SafetyComponent.qml
src/AutoPilotPlugins/PX4/SafetyComponent.qml
+2
-2
OfflineMap.qml
src/QtLocationPlugin/QMLControl/OfflineMap.qml
+1
-1
No files found.
src/AutoPilotPlugins/PX4/SafetyComponent.qml
View file @
02f0478d
...
@@ -290,7 +290,7 @@ SetupPage {
...
@@ -290,7 +290,7 @@ SetupPage {
QGCCheckBox
{
QGCCheckBox
{
id
:
fenceRadiusCheckBox
id
:
fenceRadiusCheckBox
text
:
qsTr
(
"
Max
r
adius:
"
)
text
:
qsTr
(
"
Max
R
adius:
"
)
checked
:
_fenceRadius
.
value
>
0
checked
:
_fenceRadius
.
value
>
0
onClicked
:
_fenceRadius
.
value
=
checked
?
100
:
0
onClicked
:
_fenceRadius
.
value
=
checked
?
100
:
0
Layout.fillWidth
:
true
Layout.fillWidth
:
true
...
@@ -303,7 +303,7 @@ SetupPage {
...
@@ -303,7 +303,7 @@ SetupPage {
QGCCheckBox
{
QGCCheckBox
{
id
:
fenceAltMaxCheckBox
id
:
fenceAltMaxCheckBox
text
:
qsTr
(
"
Max
a
ltitude:
"
)
text
:
qsTr
(
"
Max
A
ltitude:
"
)
checked
:
_fenceAlt
?
_fenceAlt
.
value
>
0
:
false
checked
:
_fenceAlt
?
_fenceAlt
.
value
>
0
:
false
onClicked
:
_fenceAlt
.
value
=
checked
?
100
:
0
onClicked
:
_fenceAlt
.
value
=
checked
?
100
:
0
Layout.fillWidth
:
true
Layout.fillWidth
:
true
...
...
src/QtLocationPlugin/QMLControl/OfflineMap.qml
View file @
02f0478d
...
@@ -899,7 +899,7 @@ QGCView {
...
@@ -899,7 +899,7 @@ QGCView {
anchors.horizontalCenter
:
parent
.
horizontalCenter
anchors.horizontalCenter
:
parent
.
horizontalCenter
OfflineMapButton
{
OfflineMapButton
{
id
:
firstButton
id
:
firstButton
text
:
qsTr
(
"
Add
new s
et
"
)
text
:
qsTr
(
"
Add
New S
et
"
)
width
:
_cacheList
.
width
width
:
_cacheList
.
width
height
:
ScreenTools
.
defaultFontPixelHeight
*
2
height
:
ScreenTools
.
defaultFontPixelHeight
*
2
onClicked
:
{
onClicked
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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