mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
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:
parent
aee614ff9b
commit
b8e3793631
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue