mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-30 03:55:40 +00:00
Fixed a grid layout issue for the virtual keyboard.
This commit is contained in:
parent
fa17d8df66
commit
4cf291798a
|
@ -237,7 +237,7 @@ GuiTextEditKeyboardPopup::GuiTextEditKeyboardPopup(
|
|||
}
|
||||
}
|
||||
|
||||
mGrid.setEntry(mKeyboardGrid, glm::ivec2{0, yPos + 1}, true, true, glm::ivec2{2, 4});
|
||||
mGrid.setEntry(mKeyboardGrid, glm::ivec2{0, yPos + 1}, true, true, glm::ivec2{1, 4});
|
||||
|
||||
float textHeight = mText->getFont()->getHeight();
|
||||
// If the multiLine option has been set, then include three lines of text on screen.
|
||||
|
|
Loading…
Reference in a new issue