swkbd: Fixed height value in swkbdInlineGetTouchRectangles.

This commit is contained in:
yellows8 2022-10-06 15:22:47 -04:00
parent 1a05cb20a2
commit 328d041c5c
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -604,7 +604,7 @@ s32 swkbdInlineGetTouchRectangles(SwkbdInline* s, SwkbdRect *keytop, SwkbdRect *
if (!s->calcArg.footerScalable) { if (!s->calcArg.footerScalable) {
footer_max_height-= 72.0f; footer_max_height-= 72.0f;
if (s->calcArg.keytopAsFloating) footer_max_height+= 1.4f; if (s->calcArg.keytopAsFloating) footer_max_height+= 14.0f;
} }
if (keytop) { if (keytop) {