Browse Source

Fix Values Widget gear color based on new combo box colors

QGC4.4
Don Gagne 7 years ago
parent
commit
d643989dfc
  1. 2
      src/QmlControls/PageView.qml

2
src/QmlControls/PageView.qml

@ -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

Loading…
Cancel
Save