Set color of "Not Overriden" option to white

CURA-3814
This commit is contained in:
Jaime van Kessel 2017-05-22 13:45:28 +02:00
parent 20cb3ea01f
commit b69ced5766

View file

@ -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": ""
}