mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Merge branch 'master' of github.com:Ultimaker/Cura
This commit is contained in:
commit
88bbadead8
1 changed files with 2 additions and 2 deletions
|
@ -161,11 +161,11 @@ Item
|
|||
{
|
||||
id: layerViewTypes
|
||||
ListElement {
|
||||
text: catalog.i18nc("@label", "Material Color")
|
||||
text: "Material Color"
|
||||
type_id: 0
|
||||
}
|
||||
ListElement {
|
||||
text: catalog.i18nc("@label", "Line Type")
|
||||
text: "Line Type"
|
||||
type_id: 1 // these ids match the switching in the shader
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue