Update loop progress styles
This commit is contained in:
parent
e15d03a536
commit
abaeb1cbda
|
@ -564,7 +564,9 @@ button:focus {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
#loop_current {
|
#loop_current {
|
||||||
margin-top: 21px;
|
font-family: 'Menlo', monospace;
|
||||||
|
font-size: 22px;
|
||||||
|
margin-top: 13px;
|
||||||
margin-right: 50px;
|
margin-right: 50px;
|
||||||
width: 93px;
|
width: 93px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
@ -210,7 +210,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#loop_current{
|
#loop_current{
|
||||||
margin-top: 21px;
|
font-family: 'Menlo', monospace;
|
||||||
|
font-size: 22px;
|
||||||
|
margin-top: 13px;
|
||||||
margin-right: 50px;
|
margin-right: 50px;
|
||||||
width: 93px;
|
width: 93px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
@ -83,7 +83,6 @@ proj.end = function (c, id, ms) {
|
||||||
proj.listen = function () {
|
proj.listen = function () {
|
||||||
'use strict';
|
'use strict';
|
||||||
ipcRenderer.on(proj.id, function (event, arg) {
|
ipcRenderer.on(proj.id, function (event, arg) {
|
||||||
console.dir(arg)
|
|
||||||
proj.end(arg.cmd, arg.id, arg.ms);
|
proj.end(arg.cmd, arg.id, arg.ms);
|
||||||
return event.returnValue = true;
|
return event.returnValue = true;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue