mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Added enum for the roundedCorner property
This makes it a whole lot easier to read what is being set. CURA-5785
This commit is contained in:
parent
b826a42026
commit
eef6ad662d
4 changed files with 20 additions and 10 deletions
|
|
@ -259,7 +259,7 @@ UM.MainWindow
|
|||
onHideTooltip: base.hideTooltip()
|
||||
width: UM.Theme.getSize("print_setup_widget").width
|
||||
height: UM.Theme.getSize("stage_menu").height
|
||||
headerCornerSide: 4 // Show corners on the right side
|
||||
headerCornerSide: RoundedRectangle.Direction.Right
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue