Correct chevron size and colour

This is the same as what ExpandablePopup does.

Contributes to issue CURA-8008.
This commit is contained in:
Ghostkeeper 2021-07-09 14:27:32 +02:00
parent f4f48c0fda
commit 6203a5c987
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -110,10 +110,10 @@ Item
UM.RecolorImage
{
anchors.centerIn: parent
source: UM.Theme.getIcon("ChevronSingleDown")
width: UM.Theme.getSize("small_button_icon").width
height: UM.Theme.getSize("small_button_icon").height
color: UM.Theme.getColor("icon")
source: UM.Theme.getIcon("ChevronSingleLeft")
width: UM.Theme.getSize("standard_arrow").width
height: UM.Theme.getSize("standard_arrow").height
color: UM.Theme.getColor("small_button_text")
sourceSize.height: height
}