mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Different arrow for collapsing. CURA-4525
This commit is contained in:
parent
a47107448e
commit
1ca6fa0daa
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ Rectangle
|
|||
sourceSize.width: width
|
||||
sourceSize.height: width
|
||||
color: UM.Theme.getColor("setting_control_text")
|
||||
source: collapsed ? UM.Theme.getIcon("arrow_left") : UM.Theme.getIcon("arrow_bottom")
|
||||
source: collapsed ? UM.Theme.getIcon("arrow_top") : UM.Theme.getIcon("arrow_bottom")
|
||||
}
|
||||
label: Label{ }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue