mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:09:02 +08:00
Code style, semicolons
This commit is contained in:
parent
e551898e04
commit
decf998d68
@ -159,8 +159,8 @@ Rectangle
|
|||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
||||||
|
|
||||||
text: catalog.i18nc("@label:", "Abort Print");
|
text: catalog.i18nc("@label:", "Abort Print")
|
||||||
onClicked: Cura.MachineManager.printerOutputDevices[0].setJobState("abort");
|
onClicked: Cura.MachineManager.printerOutputDevices[0].setJobState("abort")
|
||||||
|
|
||||||
style: ButtonStyle
|
style: ButtonStyle
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user