mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Fix Rectangles that always show as white regardless of the theme
This commit is contained in:
parent
26ad2c8f6e
commit
bf3d3d46e2
5 changed files with 12 additions and 3 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue