mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Code style, semicolons
This commit is contained in:
parent
e551898e04
commit
decf998d68
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue