Remove explicit transparent border on button.

done as part of CURA-8559
This commit is contained in:
Remco Burema 2021-11-16 10:38:00 +01:00
parent 87f94e680b
commit 6df6dab6f0
No known key found for this signature in database
GPG key ID: 215C49431D43F98C

View file

@ -18,9 +18,7 @@ Button
background: Rectangle
{
color: backgroundColor
border.color: "transparent"
radius: Math.round(width * 0.5)
}
Cura.ToolTip