Code style fixes

Contributes to CURA-5595
This commit is contained in:
Ian Paschal 2018-08-13 10:45:03 +02:00
parent 787948f401
commit 3fad11e07f
3 changed files with 16 additions and 17 deletions

View file

@ -568,7 +568,7 @@ Item
MenuItem
{
text: model.name
iconName: model.iconName
iconName: model.icon_name
onTriggered:
{
customMenuItems.model.callMenuItemMethod(name, model.actions, {"key": contextMenu.key})