mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 22:23:57 -06:00
Added icons to ExpandableComponent
This also makes the entire header react to mouse events instead of just the icon/button CURA-5785
This commit is contained in:
parent
54685c983a
commit
4be33031d7
3 changed files with 33 additions and 8 deletions
|
@ -27,6 +27,8 @@ Cura.ExpandableComponent
|
|||
name: "cura"
|
||||
}
|
||||
|
||||
iconSource: expanded ? UM.Theme.getIcon("arrow_left") : UM.Theme.getIcon("arrow_bottom")
|
||||
|
||||
headerItem: Item
|
||||
{
|
||||
// Horizontal list that shows the extruders
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue