From b3220158cb3270a3395f5cc4ee1ebcc6f5b45273 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 10 Oct 2021 17:29:05 +0200 Subject: [PATCH] Small size adjustment to the 'Gamelist on startup' option. --- es-app/src/guis/GuiMenu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-app/src/guis/GuiMenu.cpp b/es-app/src/guis/GuiMenu.cpp index c36741543..a97df45b9 100644 --- a/es-app/src/guis/GuiMenu.cpp +++ b/es-app/src/guis/GuiMenu.cpp @@ -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(),