mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 07:09:02 +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
|
||||
color: parent.color
|
||||
visible: base.isTopElement
|
||||
visible: !base.isTopElement
|
||||
}
|
||||
|
||||
Rectangle
|
||||
@ -68,7 +68,7 @@ Button
|
||||
}
|
||||
height: parent.radius
|
||||
color: parent.color
|
||||
visible: base.isBottomElement
|
||||
visible: !base.isBottomElement
|
||||
}
|
||||
|
||||
Rectangle
|
||||
|
Loading…
x
Reference in New Issue
Block a user