Browse Source

Hamburger color fixes

QGC4.4
Don Gagne 6 years ago
parent
commit
55e932cd90
  1. 3
      src/PlanView/RallyPointItemEditor.qml

3
src/PlanView/RallyPointItemEditor.qml

@ -50,7 +50,7 @@ Rectangle { @@ -50,7 +50,7 @@ Rectangle {
color: _outerTextColor
}
Image {
QGCColoredImage {
id: hamburger
anchors.rightMargin: _margin
anchors.right: parent.right
@ -59,6 +59,7 @@ Rectangle { @@ -59,6 +59,7 @@ Rectangle {
height: width
sourceSize.height: height
source: "qrc:/qmlimages/Hamburger.svg"
color: qgcPal.text
MouseArea {
anchors.fill: parent

Loading…
Cancel
Save