From 40dc9abdf894d1c312c3f06fec2e497ce3c73f2c Mon Sep 17 00:00:00 2001 From: Aloshi Date: Tue, 9 Jul 2013 01:10:48 -0500 Subject: [PATCH] Fix GuiGameList list positioning. --- src/components/GuiGameList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/GuiGameList.cpp b/src/components/GuiGameList.cpp index 170c1394c..106a804f1 100644 --- a/src/components/GuiGameList.cpp +++ b/src/components/GuiGameList.cpp @@ -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()) {