Commit d643989d authored by Don Gagne's avatar Don Gagne

parent 8394fda9
...@@ -34,7 +34,7 @@ Rectangle { ...@@ -34,7 +34,7 @@ Rectangle {
anchors.leftMargin: _margins anchors.leftMargin: _margins
anchors.left: parent.left anchors.left: parent.left
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter
source: qgcPal.globalTheme == QGCPalette.Light ? "/res/gear-black.svg" : "/res/gear-white.svg" source: "/res/gear-black.svg"
mipmap: true mipmap: true
width: parent.height -(_margins * 2) width: parent.height -(_margins * 2)
sourceSize.width: width 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