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
1c9bb52e
Unverified
Commit
1c9bb52e
authored
Nov 30, 2018
by
Don Gagne
Committed by
GitHub
Nov 30, 2018
Browse files
Merge pull request #7054 from DonLakeFlyer/ValuesGear
Fix Values Widget gear color based on new combo box colors
parents
8394fda9
d643989d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/QmlControls/PageView.qml
View file @
1c9bb52e
...
...
@@ -34,7 +34,7 @@ Rectangle {
anchors.leftMargin
:
_margins
anchors.left
:
parent
.
left
anchors.verticalCenter
:
parent
.
verticalCenter
source
:
qgcPal
.
globalTheme
==
QGCPalette
.
Light
?
"
/res/gear-black.svg
"
:
"
/res/gear-white
.svg
"
source
:
"
/res/gear-black
.svg
"
mipmap
:
true
width
:
parent
.
height
-
(
_margins
*
2
)
sourceSize.width
:
width
...
...
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