From d643989dfcb424a43a4aa1552ff35f8e94fc3ef9 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Fri, 30 Nov 2018 13:00:13 -0800 Subject: [PATCH] Fix Values Widget gear color based on new combo box colors --- src/QmlControls/PageView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/QmlControls/PageView.qml b/src/QmlControls/PageView.qml index 6dda299..72bcf0d 100644 --- a/src/QmlControls/PageView.qml +++ b/src/QmlControls/PageView.qml @@ -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