diff options
| -rw-r--r-- | init.lua | 3 | 
1 files changed, 3 insertions, 0 deletions
@@ -580,7 +580,10 @@ doc.widgets.gallery = function(imagedata, playername, x, y, aspect_ratio, width,  	end  	for i=imageindex, math.min(#imagedata, (imageindex-1)+rows) do  		xoffset = buttonoffset + (x + pos * iw) +		local nx = xoffset - 0.2 +		local ny = y - 0.05  		formstring = formstring .. "image["..xoffset..","..y..";"..iw..","..ih..";"..imagedata[i].image.."]" +		formstring = formstring .. "label["..nx..","..ny..";"..i.."]"  		pos = pos + 1  	end  	local bw, bh  | 
