Invert visibility of bottom & topsquare

It got derped.
This commit is contained in:
Jaime van Kessel 2018-11-28 10:46:07 +01:00
parent d0da70a7ee
commit bfa2ff5f5e

View file

@ -54,7 +54,7 @@ Button
} }
height: parent.radius height: parent.radius
color: parent.color color: parent.color
visible: base.isTopElement visible: !base.isTopElement
} }
Rectangle Rectangle
@ -68,7 +68,7 @@ Button
} }
height: parent.radius height: parent.radius
color: parent.color color: parent.color
visible: base.isBottomElement visible: !base.isBottomElement
} }
Rectangle Rectangle