Different arrow for collapsing. CURA-4525

This commit is contained in:
Jack Ha 2017-12-21 11:40:59 +01:00
parent a47107448e
commit 1ca6fa0daa

View file

@ -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{ }
}