Make a few missed items themeable as well

CURA-6013
This commit is contained in:
Jaime van Kessel 2018-12-07 16:02:21 +01:00
parent 4742db6fec
commit 50099ab753
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ Item
leftMargin: UM.Theme.getSize("wide_margin").width
topMargin: UM.Theme.getSize("wide_margin").height
}
color: "white" //Always a white background for image (regardless of theme).
color: UM.Theme.getColor("main_background")
Image
{
anchors.fill: parent

View file

@ -21,7 +21,7 @@ Item
id: thumbnail
width: UM.Theme.getSize("toolbox_thumbnail_small").width
height: UM.Theme.getSize("toolbox_thumbnail_small").height
color: "white"
color: UM.Theme.getColor("main_background")
border.width: UM.Theme.getSize("default_lining").width
border.color: UM.Theme.getColor("lining")