mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Fix merge conflict
Oopsie.
This commit is contained in:
parent
08976dcc7e
commit
7f1e61b7b8
1 changed files with 1 additions and 6 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue