mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-22 13:49:39 +08:00
Fix merge conflict
Oopsie.
This commit is contained in:
parent
08976dcc7e
commit
7f1e61b7b8
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user