Fix Rectangles that always show as white regardless of the theme

This commit is contained in:
fieldOfView 2017-01-23 23:38:48 +01:00
parent 26ad2c8f6e
commit bf3d3d46e2
5 changed files with 12 additions and 3 deletions

View file

@ -32,6 +32,7 @@ Item
anchors.left: parent.left
width: base.width * .45 - UM.Theme.getSize("default_margin").width
height: childrenRect.height
color: "transparent"
Label
{
@ -224,6 +225,7 @@ Item
anchors.left: parent.left
anchors.right: parent.right
height: childrenRect.height
color: "transparent"
Label
{
@ -469,6 +471,7 @@ Item
anchors.left: parent.left
width: parent.width
height: childrenRect.height
color: "transparent"
Label
{