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
60260223
Commit
60260223
authored
Nov 29, 2015
by
Don Gagne
Browse files
Tweaks to Flight Mode Config visuals
parent
73b18544
Changes
2
Show whitespace changes
Inline
Side-by-side
src/AutoPilotPlugins/PX4/FlightModesComponent.qml
View file @
60260223
...
...
@@ -226,7 +226,7 @@ QGCView {
anchors.left
:
parent
.
left
anchors.right
:
applyButton
.
left
text
:
topHelpText
font.pixelSize
:
ScreenTools
.
medium
FontPixelSize
font.pixelSize
:
ScreenTools
.
default
FontPixelSize
wrapMode
:
Text
.
WordWrap
}
...
...
src/QmlControls/ModeSwitchDisplay.qml
View file @
60260223
...
...
@@ -64,15 +64,17 @@ Rectangle {
Rectangle
{
width
:
modeLabel
.
width
height
:
modeLabel
.
contentH
eight
height
:
channelCombo
.
h
eight
color
:
modeSelected
?
_qgcPal
.
buttonHighlight
:
_qgcPal
.
button
QGCLabel
{
id
:
modeLabel
width
:
ScreenTools
.
defaultFontPixelWidth
*
18
anchors.top
:
parent
.
top
anchors.bottom
:
parent
.
bottom
color
:
modeSelected
?
_qgcPal
.
buttonHighlightText
:
_qgcPal
.
text
horizontalAlignment
:
Text
.
AlignHCenter
font.pixelSize
:
ScreenTools
.
mediumFontPixelSize
verticalAlignment
:
Text
.
AlignVCenter
text
:
flightModeName
}
}
...
...
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