review comments fixed

Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>

CURA-7951
This commit is contained in:
saumya.jain 2023-08-22 11:51:30 +02:00
parent 7449e2137c
commit b662da732e
5 changed files with 32 additions and 15 deletions

View file

@ -458,7 +458,7 @@ Item
{
id: arrangeAllAction
text: catalog.i18nc("@action:inmenu menubar:edit","Arrange All Models")
onTriggered: Printer.arrangeAll(false)
onTriggered: Printer.arrangeAll()
shortcut: "Ctrl+R"
}
@ -466,7 +466,7 @@ Item
{
id: arrangeAllGridAction
text: catalog.i18nc("@action:inmenu menubar:edit","Arrange All Models in a grid")
onTriggered: Printer.arrangeAll(true)
onTriggered: Printer.arrangeAllInGrid()
shortcut: "Shift+Ctrl+R"
}