mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Change visibility of the rectangle
CURA-5984 Co-Authored-By: diegopradogesto <d.pradogesto@ultimaker.com>
This commit is contained in:
parent
454b47e3a0
commit
d0da70a7ee
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@ Button
|
||||||
top: parent.top
|
top: parent.top
|
||||||
}
|
}
|
||||||
height: parent.radius
|
height: parent.radius
|
||||||
color: base.isTopElement ? "transparent" : parent.color
|
color: parent.color
|
||||||
|
visible: base.isTopElement
|
||||||
}
|
}
|
||||||
|
|
||||||
Rectangle
|
Rectangle
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue