Unverified Commit 1c9bb52e authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #7054 from DonLakeFlyer/ValuesGear

Fix Values Widget gear color based on new combo box colors
parents 8394fda9 d643989d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment