From a5157a89a5e41a20788e2859e62ee8b88f0287cf Mon Sep 17 00:00:00 2001 From: sanjayk03-dev Date: Tue, 13 Aug 2024 10:03:14 +0530 Subject: [PATCH] stop button --- src/pug/templates/control-view.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pug/templates/control-view.pug b/src/pug/templates/control-view.pug index ecdc7bf..af8c6ac 100644 --- a/src/pug/templates/control-view.pug +++ b/src/pug/templates/control-view.pug @@ -284,7 +284,7 @@ script#control-view-template(type="text/x-template") img(src="images/play_gcode.png" style="height: 55px;") button.pure-button(title="Stop program.", @click="stop", style="height:100px;width:100px;font-weight:normal") - img(src="images/stop.png" style="height: 70px;") + img(src="images/stop.png" style="height: 55px;") button.pure-button(title="Pause program at next optional stop (M1).", @click="optional_pause", v-if="false", style="height:100px;width:100px;font-weight:normal")