From 55e932cd90bcd968a73fe0b37a4e2070ad554410 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Sat, 5 Jan 2019 10:50:37 -0800 Subject: [PATCH] Hamburger color fixes --- src/PlanView/RallyPointItemEditor.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/PlanView/RallyPointItemEditor.qml b/src/PlanView/RallyPointItemEditor.qml index a85c84b73..9ec63847a 100644 --- a/src/PlanView/RallyPointItemEditor.qml +++ b/src/PlanView/RallyPointItemEditor.qml @@ -50,7 +50,7 @@ Rectangle { color: _outerTextColor } - Image { + QGCColoredImage { id: hamburger anchors.rightMargin: _margin anchors.right: parent.right @@ -59,6 +59,7 @@ Rectangle { height: width sourceSize.height: height source: "qrc:/qmlimages/Hamburger.svg" + color: qgcPal.text MouseArea { anchors.fill: parent -- 2.22.0