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:
Jaime van Kessel 2018-11-21 11:50:39 +01:00
parent b826a42026
commit eef6ad662d
4 changed files with 20 additions and 10 deletions

View file

@ -34,7 +34,7 @@ Item
id: viewSelector
iconSource: expanded ? UM.Theme.getIcon("arrow_bottom") : UM.Theme.getIcon("arrow_left")
height: parent.height
headerCornerSide: 2 // Show corners on the left side
headerCornerSide: Cura.RoundedRectangle.Direction.Left
property var viewModel: UM.ViewModel { }