move list item hotkey hint left by one tile

so it doesn't get covered by the scrollbar
develop
myk002 2022-10-19 17:30:51 -07:00
parent 45c1fafa47
commit 142b45ef49
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 1 additions and 1 deletions

@ -1192,7 +1192,7 @@ function List:onRenderBody(dc)
if obj.key then
local keystr = gui.getKeyDisplay(obj.key)
ip = ip-2-#keystr
ip = ip-3-#keystr
dc:seek(ip,y):pen(self.text_pen)
dc:string('('):string(keystr,COLOR_LIGHTGREEN):string(')')
end