mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06:00
Invert visibility of bottom & topsquare
It got derped.
This commit is contained in:
parent
d0da70a7ee
commit
bfa2ff5f5e
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue