mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-01 08:14:22 +08:00
Removed hardcoded color
CURA-6013
This commit is contained in:
parent
70b9a44ae4
commit
9d1701aacb
@ -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…
x
Reference in New Issue
Block a user