Some file renaming

Contributes to CURA-5378
This commit is contained in:
Ian Paschal 2018-08-24 11:06:44 +02:00
parent 61c635fbaf
commit 13069a2f99
6 changed files with 6 additions and 6 deletions

View File

@ -82,7 +82,7 @@ Rectangle
Repeater Repeater
{ {
model: types_model model: types_model
delegate: MaterialTypeSection {} delegate: MaterialsTypeSection {}
} }
} }
} }

View File

@ -50,7 +50,7 @@ Item
} }
} }
MaterialView // Material detailed information view below the title Label MaterialsView // Material detailed information view below the title Label
{ {
id: materialDetailsView id: materialDetailsView
anchors anchors

View File

@ -94,7 +94,7 @@ Item
Repeater Repeater
{ {
model: favoriteMaterialsModel model: favoriteMaterialsModel
delegate: MaterialSlot { delegate: MaterialsSlot {
material: model material: model
} }
} }
@ -171,7 +171,7 @@ Item
Repeater Repeater
{ {
model: genericMaterialsModel model: genericMaterialsModel
delegate: MaterialSlot { delegate: MaterialsSlot {
material: model material: model
} }
} }
@ -181,7 +181,7 @@ Item
{ {
id: brand_list id: brand_list
model: materialsModel model: materialsModel
delegate: MaterialBrandSection {} delegate: MaterialsBrandSection {}
} }
} }
} }

View File

@ -89,7 +89,7 @@ Rectangle
Repeater Repeater
{ {
model: colors_model model: colors_model
delegate: MaterialSlot { delegate: MaterialsSlot {
material: model material: model
} }
} }