mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 09:09:03 +08:00
Invert visibility of bottom & topsquare
It got derped.
This commit is contained in:
parent
d0da70a7ee
commit
bfa2ff5f5e
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user