mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Change the panel to have also rounded rectangle in the top part
Contributes to CURA-5941.
This commit is contained in:
parent
e479772f4d
commit
dff364ee30
2 changed files with 4 additions and 2 deletions
|
@ -38,11 +38,13 @@ Item
|
|||
|
||||
|
||||
// Header of the popup
|
||||
Rectangle
|
||||
Cura.RoundedRectangle
|
||||
{
|
||||
id: header
|
||||
height: UM.Theme.getSize("print_setup_widget_header").height
|
||||
color: UM.Theme.getColor("secondary")
|
||||
cornerSide: Cura.RoundedRectangle.Direction.Up
|
||||
radius: UM.Theme.getSize("default_radius").width
|
||||
|
||||
anchors
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue