mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Fix code style in MaterialView.qml
This commit is contained in:
parent
d24bc0b41b
commit
575f38e63e
1 changed files with 4 additions and 2 deletions
|
@ -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" ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue