From 328d041c5cd99d5bce76b5c4183233bf007f1363 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Thu, 6 Oct 2022 15:22:47 -0400 Subject: [PATCH] swkbd: Fixed height value in swkbdInlineGetTouchRectangles. --- nx/source/applets/swkbd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/source/applets/swkbd.c b/nx/source/applets/swkbd.c index 4a7fe786..94256023 100644 --- a/nx/source/applets/swkbd.c +++ b/nx/source/applets/swkbd.c @@ -604,7 +604,7 @@ s32 swkbdInlineGetTouchRectangles(SwkbdInline* s, SwkbdRect *keytop, SwkbdRect * if (!s->calcArg.footerScalable) { 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) {