Revert "Fix merge conflict"

This reverts commit 7f1e61b7b8b6c6bb76ac5b99be8c762e1b01cd5e.

These icons were renamed, but the original icons are now restored so those changes need to be reverted.

Contributes to issue CURA-8267.
This commit is contained in:
Ghostkeeper 2021-06-03 17:25:39 +02:00
parent 3dc1dbbbdb
commit bb20e3307f
No known key found for this signature in database
GPG Key ID: D2A8871EE34EC59A

View File

@ -76,7 +76,7 @@ QtObject
height: UM.Theme.getSize("standard_arrow").height
sourceSize.height: width
color: control.enabled ? UM.Theme.getColor("setting_control_button") : UM.Theme.getColor("setting_category_disabled_text")
source: UM.Theme.getIcon("ChevronSingleDown")
source: UM.Theme.getIcon("arrow_bottom")
}
Label
{