mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Make the collapse arrows consistent with the rest of the UI
CURA-5785
This commit is contained in:
parent
b589920f53
commit
7ca3490097
3 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ Cura.ExpandableComponent
|
|||
name: "cura"
|
||||
}
|
||||
|
||||
iconSource: expanded ? UM.Theme.getIcon("arrow_left") : UM.Theme.getIcon("arrow_bottom")
|
||||
iconSource: expanded ? UM.Theme.getIcon("arrow_bottom") : UM.Theme.getIcon("arrow_left")
|
||||
|
||||
headerItem: Item
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue