* center sort info

This commit is contained in:
FajsiEx 2021-08-14 17:52:04 +02:00
parent 9bc037f5cc
commit e246fcb9f3
1 changed files with 1 additions and 1 deletions

View File

@ -463,7 +463,7 @@ function drawFilterInfo(deltatime)
gfx.ImageRect(desw - 310 - 5, 108, 310, 75, sortInfoBgImage, 1, 0) gfx.ImageRect(desw - 310 - 5, 108, 310, 75, sortInfoBgImage, 1, 0)
gfx.BeginPath() gfx.BeginPath()
gfx.Text(sortOptionLabel or '', desw-165, 130); gfx.Text(sortOptionLabel or '', desw-150, 130);
end end
function drawSearch() function drawSearch()