[vue.auth.dialog] updated dialog 'frequency' canvas now it take the whole height
This commit is contained in:
parent
80e9bd2b05
commit
3aab1a93ba
|
@ -150,8 +150,8 @@ export default {
|
|||
ctx.beginPath();
|
||||
ctx.strokeStyle = '#44484f';
|
||||
|
||||
ctx.moveTo(i, can.height-128);
|
||||
ctx.lineTo(i, can.height-128-buffer[i]/2);
|
||||
ctx.moveTo(i, can.height);
|
||||
ctx.lineTo(i, can.height-buffer[i]);
|
||||
|
||||
ctx.stroke();
|
||||
|
||||
|
|
Loading…
Reference in New Issue