mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Small size adjustment to the 'Gamelist on startup' option.
This commit is contained in:
parent
c458ca991c
commit
b3220158cb
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue