mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Increase font size and spacing
This commit is contained in:
parent
21a389a772
commit
9b628d1ab0
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ void PSPOskDialog::RenderKeyboard()
|
|||
|
||||
for (int row = 0; row < NUMKEYROWS; row++)
|
||||
{
|
||||
PPGeDrawText(oskKeys[row], 20, 60 + (20 * row), NULL , 0.6f, 0xFFFFFFFF);
|
||||
PPGeDrawText(oskKeys[row], 20, 60 + (25 * row), NULL , 0.6f, 0xFFFFFFFF);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue