mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-31 04:25:40 +00:00
Increased the font size for the 'Create new custom collection from theme' interface
This commit is contained in:
parent
36b6b4849c
commit
f6e33db117
|
@ -188,7 +188,7 @@ GuiCollectionSystemsOptions::GuiCollectionSystemsOptions(std::string title)
|
|||
[this, name] { createCustomCollection(name); }};
|
||||
row.makeAcceptInputHandler(createCollectionCall);
|
||||
auto themeFolder = std::make_shared<TextComponent>(
|
||||
Utils::String::toUpper(name), Font::get(FONT_SIZE_SMALL), mMenuColorPrimary);
|
||||
Utils::String::toUpper(name), Font::get(FONT_SIZE_MEDIUM), mMenuColorPrimary);
|
||||
themeFolder->setSelectable(true);
|
||||
row.addElement(themeFolder, true);
|
||||
ss->addRow(row);
|
||||
|
|
Loading…
Reference in a new issue