Change visibility behavior 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:35 +01:00 committed by GitHub
parent bfebb33123
commit 454b47e3a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,8 @@ Button
bottom: parent.bottom
}
height: parent.radius
color: base.isBottomElement ? "transparent" : parent.color
color: parent.color
visible: base.isBottomElement
}
Rectangle