mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 18:19:15 +08:00
Different arrow for collapsing. CURA-4525
This commit is contained in:
parent
a47107448e
commit
1ca6fa0daa
@ -52,7 +52,7 @@ Rectangle
|
|||||||
sourceSize.width: width
|
sourceSize.width: width
|
||||||
sourceSize.height: width
|
sourceSize.height: width
|
||||||
color: UM.Theme.getColor("setting_control_text")
|
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{ }
|
label: Label{ }
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user