* center sort info
This commit is contained in:
parent
9bc037f5cc
commit
e246fcb9f3
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue