changed assets
@@ -278,7 +278,10 @@ script#control-view-template(type="text/x-template")
|
|||||||
title="{{is_running ? 'Pause' : 'Start'}} program.",
|
title="{{is_running ? 'Pause' : 'Start'}} program.",
|
||||||
@click="start_pause", :disabled="!state.selected",
|
@click="start_pause", :disabled="!state.selected",
|
||||||
style="height:100px;width:100px;font-weight:normal")
|
style="height:100px;width:100px;font-weight:normal")
|
||||||
.fa(:class="is_running ? 'fa-pause' : 'fa-play'" style="font-size:30px")
|
if is_running
|
||||||
|
img(src="images/pause_gcode.png" style="height: 25px;")
|
||||||
|
else
|
||||||
|
img(src="images/play_gcode.png" style="height: 25px;")
|
||||||
|
|
||||||
button.pure-button(title="Stop program.", @click="stop", style="height:100px;width:100px;font-weight:normal")
|
button.pure-button(title="Stop program.", @click="stop", style="height:100px;width:100px;font-weight:normal")
|
||||||
img(src="images/stop.png" style="height: 25px;")
|
img(src="images/stop.png" style="height: 25px;")
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 6.9 KiB |
BIN
src/resources/images/pause_gcode.png
Normal file
|
After Width: | Height: | Size: 5.8 KiB |
BIN
src/resources/images/play_gcode.png
Normal file
|
After Width: | Height: | Size: 6.8 KiB |
|
Before Width: | Height: | Size: 735 B After Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 8.4 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 5.8 KiB |