From e246fcb9f35783fbe3ba74f087470136e5a1678b Mon Sep 17 00:00:00 2001 From: FajsiEx Date: Sat, 14 Aug 2021 17:52:04 +0200 Subject: [PATCH] * center sort info --- scripts/songselect/songwheel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/songselect/songwheel.lua b/scripts/songselect/songwheel.lua index abe2a20..51480b2 100644 --- a/scripts/songselect/songwheel.lua +++ b/scripts/songselect/songwheel.lua @@ -463,7 +463,7 @@ function drawFilterInfo(deltatime) gfx.ImageRect(desw - 310 - 5, 108, 310, 75, sortInfoBgImage, 1, 0) gfx.BeginPath() - gfx.Text(sortOptionLabel or '', desw-165, 130); + gfx.Text(sortOptionLabel or '', desw-150, 130); end function drawSearch()