mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 02:07:51 -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 = {
|
item = {
|
||||||
"id": "zomg",
|
"id": "zomg",
|
||||||
"name": "Not overridden",
|
"name": "Not overridden",
|
||||||
"color": self.defaultColors[0],
|
"color": "#ffffff",
|
||||||
"index": -1,
|
"index": -1,
|
||||||
"definition": ""
|
"definition": ""
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue