Fix background colour for dark theme

The default colour for Rectangle is white. So this Rectangle, not defining a colour, became white. Instead we should use an Item, which cannot have a background colour and thus becomes transparent, making the background colour the same as the button below, which was intended. It's also slightly faster to render.

Contributes to issue CURA-6033.
This commit is contained in:
Ghostkeeper 2018-12-21 16:40:24 +01:00
parent 5e98544541
commit a720cca5b6
No known key found for this signature in database
GPG Key ID: 86BEF881AE2CF276

View File

@ -73,7 +73,7 @@ Button
} }
// Unknown material // Unknown material
Rectangle Item
{ {
id: unknownMaterial id: unknownMaterial
height: unknownMaterialMessage.height + UM.Theme.getSize("thin_margin").width / 2 height: unknownMaterialMessage.height + UM.Theme.getSize("thin_margin").width / 2