mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 11:29:01 +08: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
@ -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…
x
Reference in New Issue
Block a user