mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
|
Rectangle
|
||||||
{
|
{
|
||||||
id: thumbnail
|
id: thumbnail
|
||||||
color: "white"
|
color: UM.Theme.getColor("main_background")
|
||||||
width: UM.Theme.getSize("toolbox_thumbnail_large").width
|
width: UM.Theme.getSize("toolbox_thumbnail_large").width
|
||||||
height: UM.Theme.getSize("toolbox_thumbnail_large").height
|
height: UM.Theme.getSize("toolbox_thumbnail_large").height
|
||||||
anchors
|
anchors
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue