Fix GuiGameList list positioning.

This commit is contained in:
Aloshi 2013-07-09 01:10:48 -05:00
parent dd10edb904
commit 40dc9abdf8

View file

@ -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())
{