Fix QML warning about no variable 'transparent' existing

It's a colour name. It should be within quotes here.

Contributes to issue CURA-8849.
This commit is contained in:
Ghostkeeper 2022-06-14 16:19:56 +02:00
parent aee614ff9b
commit b8e3793631
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -62,7 +62,7 @@ Rectangle
radius: width
anchors.verticalCenter: parent.verticalCenter
visible: icon == ""
color: transparent
color: "transparent"
border.width: UM.Theme.getSize("thick_lining").width
border.color: UM.Theme.getColor("text")