Change visibility of the rectangle

CURA-5984

Co-Authored-By: diegopradogesto <d.pradogesto@ultimaker.com>
This commit is contained in:
Jaime van Kessel 2018-11-28 10:29:53 +01:00 committed by GitHub
parent 454b47e3a0
commit d0da70a7ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,8 @@ Button
top: parent.top
}
height: parent.radius
color: base.isTopElement ? "transparent" : parent.color
color: parent.color
visible: base.isTopElement
}
Rectangle