Change collapse button icon in expandable component to chevron

CURA-8202
This commit is contained in:
Konstantinos Karmas 2021-07-01 11:42:31 +02:00
parent 1f612f3e1a
commit 0472df3814

View file

@ -167,7 +167,7 @@ Item
verticalCenter: parent.verticalCenter
margins: background.padding
}
source: UM.Theme.getIcon("Pen")
source: expanded ? UM.Theme.getIcon("ChevronSingleDown") : UM.Theme.getIcon("ChevronSingleLeft")
visible: source != ""
width: UM.Theme.getSize("standard_arrow").width
height: UM.Theme.getSize("standard_arrow").height