mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Fix GuiGameList list positioning.
This commit is contained in:
parent
dd10edb904
commit
40dc9abdf8
|
@ -326,7 +326,7 @@ void GuiGameList::updateTheme()
|
|||
mList.setScrollSound(mTheme->getSound("menuScroll"));
|
||||
|
||||
mList.setFont(mTheme->getListFont());
|
||||
mList.setOffset(0, FONT_SIZE_LARGE + 2);
|
||||
mList.setOffset(0, Font::get(*mWindow->getResourceManager(), Font::getDefaultPath(), FONT_SIZE_LARGE)->getHeight() + 2);
|
||||
|
||||
if(isDetailed())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue