[vue.auth.dialog] updated dialog 'frequency' canvas now it take the whole height

This commit is contained in:
xdrm-brackets 2018-04-09 23:37:42 +02:00
parent 80e9bd2b05
commit 3aab1a93ba
1 changed files with 2 additions and 2 deletions

View File

@ -150,8 +150,8 @@ export default {
ctx.beginPath(); ctx.beginPath();
ctx.strokeStyle = '#44484f'; ctx.strokeStyle = '#44484f';
ctx.moveTo(i, can.height-128); ctx.moveTo(i, can.height);
ctx.lineTo(i, can.height-128-buffer[i]/2); ctx.lineTo(i, can.height-buffer[i]);
ctx.stroke(); ctx.stroke();