mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-18 16:04:22 +00:00
Fix #146
This commit is contained in:
parent
a1b1dcc16e
commit
494d896735
@ -159,7 +159,7 @@ function newobject:update(dt)
|
||||
if vbar then
|
||||
self.itemwidth = twidth + 16 + textoffsetx * 2
|
||||
else
|
||||
self.itemwidth = twidth
|
||||
self.itemwidth = twidth + (textoffsetx * 2)
|
||||
end
|
||||
if panel then
|
||||
local panelwidth = panel.width
|
||||
|
Loading…
Reference in New Issue
Block a user