Made size of viewselector themable

CURA-5785
This commit is contained in:
Jaime van Kessel 2018-11-22 09:37:36 +01:00
parent a9672458fd
commit a9f0402f63
2 changed files with 2 additions and 1 deletions

View file

@ -34,6 +34,7 @@ Item
id: viewSelector
iconSource: expanded ? UM.Theme.getIcon("arrow_bottom") : UM.Theme.getIcon("arrow_left")
height: parent.height
width: UM.Theme.getSize("views_selector").width
headerCornerSide: Cura.RoundedRectangle.Direction.Left
property var viewModel: UM.ViewModel { }