bugfixing

This commit is contained in:
Blue 2018-11-20 15:34:18 +03:00
parent 9608b3156b
commit 619dbc5a42
4 changed files with 26 additions and 26 deletions

View file

@ -66,7 +66,7 @@ class SwitchBox extends UI {
this._iWidth = dw;
this._iHeight = dh;
let circleDiameter = Math.round(dh * 0.75);
let circleDiameter = Math.round(dh * 0.70);
this._input.style.width = dw + "px";
this._input.style.height = dh + "px";