Fix code style in MaterialView.qml

This commit is contained in:
Lipu Fei 2018-03-03 16:25:09 +01:00
parent d24bc0b41b
commit 575f38e63e

View file

@ -399,13 +399,15 @@ TabView
onEditingFinished: materialPropertyProvider.setPropertyValue("value", value)
}
UM.ContainerPropertyProvider {
UM.ContainerPropertyProvider
{
id: materialPropertyProvider
containerId: base.containerId
watchedProperties: [ "value" ]
key: model.key
}
UM.ContainerPropertyProvider {
UM.ContainerPropertyProvider
{
id: machinePropertyProvider
containerId: Cura.MachineManager.activeDefinitionId
watchedProperties: [ "value" ]