mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-31 04:25:40 +00:00
Small cosmetic change to the game options menu.
This commit is contained in:
parent
50d8c7eb30
commit
f4233db66e
|
@ -155,7 +155,7 @@ GuiGamelistOptions::GuiGamelistOptions(
|
||||||
if (CollectionSystemsManager::get()->getEditingCollection() != customSystem) {
|
if (CollectionSystemsManager::get()->getEditingCollection() != customSystem) {
|
||||||
row.elements.clear();
|
row.elements.clear();
|
||||||
row.addElement(std::make_shared<TextComponent>(
|
row.addElement(std::make_shared<TextComponent>(
|
||||||
mWindow, "ADD/REMOVE GAMES TO THIS GAME COLLECTION",
|
mWindow, "ADD/REMOVE GAMES TO THIS COLLECTION",
|
||||||
Font::get(FONT_SIZE_MEDIUM), 0x777777FF), true);
|
Font::get(FONT_SIZE_MEDIUM), 0x777777FF), true);
|
||||||
row.makeAcceptInputHandler(std::bind(&GuiGamelistOptions::startEditMode, this));
|
row.makeAcceptInputHandler(std::bind(&GuiGamelistOptions::startEditMode, this));
|
||||||
mMenu.addRow(row);
|
mMenu.addRow(row);
|
||||||
|
|
Loading…
Reference in a new issue