This commit is contained in:
Tim Kuipers 2015-08-10 14:12:12 +02:00
commit c187337e8a

View file

@ -119,6 +119,7 @@ Item {
//: Delete object action
text: qsTr("Delete Object");
iconName: "edit-delete";
shortcut: StandardKey.Backspace;
}
Action {
@ -126,7 +127,7 @@ Item {
//: Center object action
text: qsTr("Center Object on Platform");
}
Action
{
id: groupObjectsAction