mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 17:49: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
|
bottom: parent.bottom
|
||||||
}
|
}
|
||||||
height: parent.radius
|
height: parent.radius
|
||||||
color: base.isBottomElement ? "transparent" : parent.color
|
color: parent.color
|
||||||
|
visible: base.isBottomElement
|
||||||
}
|
}
|
||||||
|
|
||||||
Rectangle
|
Rectangle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user