Browse Source

Merge pull request #7054 from DonLakeFlyer/ValuesGear

Fix Values Widget gear color based on new combo box colors
QGC4.4
Don Gagne 6 years ago committed by GitHub
parent
commit
1c9bb52eec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/QmlControls/PageView.qml

2
src/QmlControls/PageView.qml

@ -34,7 +34,7 @@ Rectangle { @@ -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

Loading…
Cancel
Save