mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
Set color of "Not Overriden" option to white
CURA-3814
This commit is contained in:
parent
20cb3ea01f
commit
b69ced5766
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ class ExtrudersModel(UM.Qt.ListModel.ListModel):
|
|||
item = {
|
||||
"id": "zomg",
|
||||
"name": "Not overridden",
|
||||
"color": self.defaultColors[0],
|
||||
"color": "#ffffff",
|
||||
"index": -1,
|
||||
"definition": ""
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue