mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Added a margin to the game file text in the metadata editor.
This commit is contained in:
parent
8ecc50b4ce
commit
7c61d7b19d
|
@ -62,7 +62,8 @@ GuiMetaDataEd::GuiMetaDataEd(
|
|||
mSubtitle = std::make_shared<TextComponent>(mWindow,
|
||||
Utils::FileSystem::getFileName(scraperParams.game->
|
||||
getPath()) + " [" + Utils::String::toUpper(scraperParams.system->getName()) + "]",
|
||||
Font::get(FONT_SIZE_SMALL), 0x777777FF, ALIGN_CENTER);
|
||||
Font::get(FONT_SIZE_SMALL), 0x777777FF, ALIGN_CENTER, Vector3f(0.0f, 0.0f, 0.0f),
|
||||
Vector2f(0.0f, 0.0f), 0x00000000, 0.05f);
|
||||
mHeaderGrid->setEntry(mTitle, Vector2i(0, 1), false, true);
|
||||
mHeaderGrid->setEntry(mSubtitle, Vector2i(0, 3), false, true);
|
||||
|
||||
|
|
Loading…
Reference in a new issue