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
7e99090c
Commit
7e99090c
authored
Feb 25, 2016
by
Don Gagne
Browse files
Fix wording on Mobile
parent
1b638340
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/VehicleSetup/SetupView.qml
View file @
7e99090c
...
@@ -165,7 +165,8 @@ Rectangle {
...
@@ -165,7 +165,8 @@ Rectangle {
horizontalAlignment
:
Text
.
AlignHCenter
horizontalAlignment
:
Text
.
AlignHCenter
wrapMode
:
Text
.
WordWrap
wrapMode
:
Text
.
WordWrap
font.pixelSize
:
ScreenTools
.
largeFontPixelSize
font.pixelSize
:
ScreenTools
.
largeFontPixelSize
text
:
"
Connect vehicle to your device and QGroundControl will automatically detect to it. Click Firmware on the left to upgrade your vehicle.
"
text
:
"
Connect vehicle to your device and QGroundControl will automatically detect to it.
"
+
(
ScreenTools
.
isMobile
?
""
:
"
Click Firmware on the left to upgrade your vehicle.
"
)
onLinkActivated
:
Qt
.
openUrlExternally
(
link
)
onLinkActivated
:
Qt
.
openUrlExternally
(
link
)
}
}
...
...
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