Remove space..

This commit is contained in:
Mark 2017-04-26 13:19:01 +02:00
parent f573802e8d
commit d0a95426cb

View file

@ -35,7 +35,7 @@ Menu
onTriggered: CuraActions.setExtruderForSelection(model.id)
shortcut: "Ctrl+" + (model.index + 1)
}
onObjectAdded: base.insertItem( index, object)
onObjectAdded: base.insertItem(index, object)
onObjectRemoved: base.removeItem(object)
}