mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Change visibility behavior of the rectangle
CURA-5984 Co-Authored-By: diegopradogesto <d.pradogesto@ultimaker.com>
This commit is contained in:
parent
bfebb33123
commit
454b47e3a0
1 changed files with 2 additions and 1 deletions
|
|
@ -66,7 +66,8 @@ Button
|
||||||
bottom: parent.bottom
|
bottom: parent.bottom
|
||||||
}
|
}
|
||||||
height: parent.radius
|
height: parent.radius
|
||||||
color: base.isBottomElement ? "transparent" : parent.color
|
color: parent.color
|
||||||
|
visible: base.isBottomElement
|
||||||
}
|
}
|
||||||
|
|
||||||
Rectangle
|
Rectangle
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue