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
60260223
Commit
60260223
authored
Nov 29, 2015
by
Don Gagne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweaks to Flight Mode Config visuals
parent
73b18544
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
FlightModesComponent.qml
src/AutoPilotPlugins/PX4/FlightModesComponent.qml
+1
-1
ModeSwitchDisplay.qml
src/QmlControls/ModeSwitchDisplay.qml
+4
-2
No files found.
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
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