From eaad358e42f1eaff4200285e75854498e243094d Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Tue, 21 Mar 2017 09:51:07 +0100 Subject: [PATCH] Remove shortcut text in the SaveButton --- resources/qml/SaveButton.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/SaveButton.qml b/resources/qml/SaveButton.qml index 16316b000e..c688a0e46b 100644 --- a/resources/qml/SaveButton.qml +++ b/resources/qml/SaveButton.qml @@ -218,7 +218,7 @@ Item { anchors.right: deviceSelectionMenu.visible ? deviceSelectionMenu.left : parent.right anchors.rightMargin: deviceSelectionMenu.visible ? -3 * UM.Theme.getSize("default_lining").width : UM.Theme.getSize("default_margin").width - text: UM.OutputDeviceManager.activeDeviceShortDescription + " (CTRL+P)" + text: UM.OutputDeviceManager.activeDeviceShortDescription onClicked: { UM.OutputDeviceManager.requestWriteToDevice(UM.OutputDeviceManager.activeDevice, PrintInformation.jobName, { "filter_by_machine": true, "preferred_mimetype":Printer.preferredOutputMimetype })