mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 23:53:13 +08:00
Make the collapse arrows consistent with the rest of the UI
CURA-5785
This commit is contained in:
parent
b589920f53
commit
7ca3490097
@ -17,7 +17,7 @@ Cura.ExpandableComponent
|
||||
|
||||
property bool isNetworkPrinter: Cura.MachineManager.activeMachineNetworkKey != ""
|
||||
|
||||
iconSource: expanded ? UM.Theme.getIcon("arrow_left") : UM.Theme.getIcon("arrow_bottom")
|
||||
iconSource: expanded ? UM.Theme.getIcon("arrow_bottom") : UM.Theme.getIcon("arrow_left")
|
||||
|
||||
UM.I18nCatalog
|
||||
{
|
||||
|
@ -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…
x
Reference in New Issue
Block a user