Bump up height of keyboard
This commit is contained in:
parent
fc267005ce
commit
fbdfb4937a
1 changed files with 1 additions and 1 deletions
2
svkbd.c
2
svkbd.c
|
@ -468,7 +468,7 @@ setup(void) {
|
|||
if(!ww)
|
||||
ww = sw;
|
||||
if(!wh)
|
||||
wh = sh * rows / 32;
|
||||
wh = sh * rows / 16;
|
||||
|
||||
if(!wx)
|
||||
wx = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue