Browse Source

Code style, semicolons

Jack Ha 8 years ago
parent
commit
decf998d68
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/qml/MonitorButton.qml

+ 2 - 2
resources/qml/MonitorButton.qml

@@ -159,8 +159,8 @@ Rectangle
         anchors.right: parent.right
         anchors.rightMargin: UM.Theme.getSize("default_margin").width
 
-        text: catalog.i18nc("@label:", "Abort Print");
-        onClicked: Cura.MachineManager.printerOutputDevices[0].setJobState("abort");
+        text: catalog.i18nc("@label:", "Abort Print")
+        onClicked: Cura.MachineManager.printerOutputDevices[0].setJobState("abort")
 
         style: ButtonStyle
         {