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) onEditingFinished: materialPropertyProvider.setPropertyValue("value", value)
} }
UM.ContainerPropertyProvider { UM.ContainerPropertyProvider
{
id: materialPropertyProvider id: materialPropertyProvider
containerId: base.containerId containerId: base.containerId
watchedProperties: [ "value" ] watchedProperties: [ "value" ]
key: model.key key: model.key
} }
UM.ContainerPropertyProvider { UM.ContainerPropertyProvider
{
id: machinePropertyProvider id: machinePropertyProvider
containerId: Cura.MachineManager.activeDefinitionId containerId: Cura.MachineManager.activeDefinitionId
watchedProperties: [ "value" ] watchedProperties: [ "value" ]