mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Removed hardcoded color
CURA-6013
This commit is contained in:
parent
70b9a44ae4
commit
9d1701aacb
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ Rectangle
|
|||
Rectangle
|
||||
{
|
||||
id: thumbnail
|
||||
color: "white"
|
||||
color: UM.Theme.getColor("main_background")
|
||||
width: UM.Theme.getSize("toolbox_thumbnail_large").width
|
||||
height: UM.Theme.getSize("toolbox_thumbnail_large").height
|
||||
anchors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue