mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-29 19:57:41 +00:00
fix(web): base font-scaling during desktop osk-resize
This commit is contained in:
parent
5021ac0dfe
commit
2b998d0b3d
1 changed files with 1 additions and 0 deletions
|
|
@ -221,6 +221,7 @@ namespace com.keyman.osk {
|
|||
|
||||
set fontSize(value: ParsedLengthStyle) {
|
||||
this._fontSize = value;
|
||||
this.kbdDiv.style.fontSize = value.styleString;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue