mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 20:33:14 +08:00
Made size of viewselector themable
CURA-5785
This commit is contained in:
parent
a9672458fd
commit
a9f0402f63
@ -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 { }
|
||||
|
@ -395,7 +395,7 @@
|
||||
|
||||
"machine_selector_widget": [16.0, 4.5],
|
||||
|
||||
"views_selector": [0.0, 4.0],
|
||||
"views_selector": [16.0, 4.5],
|
||||
|
||||
"default_radius": [0.25, 0.25],
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user