Fix merge conflict

Oopsie.
This commit is contained in:
Ghostkeeper 2021-05-04 17:08:44 +02:00
parent 08976dcc7e
commit 7f1e61b7b8
No known key found for this signature in database
GPG Key ID: 14C3586CD2EFC5B9

View File

@ -75,13 +75,8 @@ QtObject
width: UM.Theme.getSize("standard_arrow").width
height: UM.Theme.getSize("standard_arrow").height
sourceSize.height: width
<<<<<<< HEAD
color: control.enabled ? Theme.getColor("setting_control_button") : Theme.getColor("setting_category_disabled_text")
source: Theme.getIcon("ChevronSingleDown")
=======
color: control.enabled ? UM.Theme.getColor("setting_control_button") : UM.Theme.getColor("setting_category_disabled_text")
source: UM.Theme.getIcon("arrow_bottom")
>>>>>>> 4.9
source: UM.Theme.getIcon("ChevronSingleDown")
}
Label
{