bugfixing
This commit is contained in:
parent
9608b3156b
commit
619dbc5a42
4 changed files with 26 additions and 26 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue