aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/LanguageList.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/LanguageList.py b/lib/python/Components/LanguageList.py
index 8072121e..23f78003 100644
--- a/lib/python/Components/LanguageList.py
+++ b/lib/python/Components/LanguageList.py
@@ -18,7 +18,7 @@ RT_VALIGN_BOTTOM = 16
def LanguageEntryComponent(file, name):
res = [ None ]
- res.append((70, 0, 400, 30, 0, RT_HALIGN_LEFT, name))
+ res.append((70, 0, 400, 40, 0, RT_VALIGN_CENTER, name))
png = loadPNG(resolveFilename(SCOPE_SKIN_IMAGE, "/countries/" + file + ".png"))
if png == None:
png = loadPNG(resolveFilename(SCOPE_SKIN_IMAGE, "/countries/missing.png"))