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")