From 5da2cf3f8dc86da6b35641b3bf462808bfab913b Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 4 Sep 2017 22:37:24 +0200 Subject: Centered map selector --- config/menus/host.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/menus/host.lua b/config/menus/host.lua index e7b41c2..8fca328 100644 --- a/config/menus/host.lua +++ b/config/menus/host.lua @@ -32,7 +32,7 @@ local mapSelector = Selector(maps, nil, menu) return { background, mapSelector - :setPosition(width/2, 40) + :setPosition(width/2-40, 40) :set("shape", Selector.SHAPE_PANORAMA) , Button(menu) -- cgit v1.1