mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Change visibility behavior of the rectangle
CURA-5984 Co-Authored-By: diegopradogesto <d.pradogesto@ultimaker.com>
This commit is contained in:
parent
bfebb33123
commit
454b47e3a0
1 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,8 @@ Button
|
|||
bottom: parent.bottom
|
||||
}
|
||||
height: parent.radius
|
||||
color: base.isBottomElement ? "transparent" : parent.color
|
||||
color: parent.color
|
||||
visible: base.isBottomElement
|
||||
}
|
||||
|
||||
Rectangle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue