Small size adjustment to the 'Gamelist on startup' option.

This commit is contained in:
Leon Styhre 2021-10-10 17:29:05 +02:00
parent c458ca991c
commit b3220158cb

View file

@ -106,7 +106,7 @@ void GuiMenu::openUIOptions()
it != SystemData::sSystemVector.cend(); it++) {
if ((*it)->getName() != "retropie") {
// If required, abbreviate the system name so it doesn't overlap the setting name.
float maxNameLength = mSize.x * 0.55f;
float maxNameLength = mSize.x * 0.48f;
startup_system->add((*it)->getFullName(), (*it)->getName(),
Settings::getInstance()->getString("StartupSystem") ==
(*it)->getName(),