mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Made size of viewselector themable
CURA-5785
This commit is contained in:
parent
a9672458fd
commit
a9f0402f63
2 changed files with 2 additions and 1 deletions
|
@ -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 { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue