Fix indent

CURA-340
This commit is contained in:
fieldOfView 2016-05-26 08:15:53 +02:00
parent 6a77f67c34
commit 85370dad87

View File

@ -322,12 +322,12 @@ Item
id: extruderModel
Component.onCompleted: populateExtruderModel()
}
Connections
{
id: machineChange
target: Cura.MachineManager
onGlobalContainerChanged: populateExtruderModel()
}
Connections
{
id: machineChange
target: Cura.MachineManager
onGlobalContainerChanged: populateExtruderModel()
}
}
function populateExtruderModel()