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
1aad419c
Commit
1aad419c
authored
Oct 25, 2015
by
Don Gagne
Browse files
Merge pull request #2113 from DonLakeFlyer/FMColors
Fix mode selection coloring
parents
d487e995
30abdb65
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/QmlControls/ModeSwitchDisplay.qml
View file @
1aad419c
...
@@ -65,7 +65,7 @@ Rectangle {
...
@@ -65,7 +65,7 @@ Rectangle {
Rectangle
{
Rectangle
{
width
:
modeLabel
.
width
width
:
modeLabel
.
width
height
:
modeLabel
.
contentHeight
height
:
modeLabel
.
contentHeight
color
:
modeSelected
?
_qgcPal
.
buttonHighlight
:
_qgcPal
.
windowShade
color
:
modeSelected
?
_qgcPal
.
buttonHighlight
:
_qgcPal
.
button
QGCLabel
{
QGCLabel
{
id
:
modeLabel
id
:
modeLabel
...
...
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