1
0
mirror of https://gitlab.com/rubenwardy/awards.git synced 2025-07-13 21:30:25 +02:00

Merge branch 'master' of yunohost.local:mtcontrib/awards into nalc-1.2-dev

This commit is contained in:
2019-12-21 13:09:58 +01:00
181 changed files with 657 additions and 79 deletions

View File

@ -104,7 +104,7 @@ function awards.get_formspec(name, to, sid)
";]"
if sdef and sdef.icon then
formspec = formspec .. "image[0.6,0;3,3;" .. sdef.icon .. "]"
formspec = formspec .. "image[0.45,0;3.5,3.5;" .. sdef.icon .. "]" -- adjusted values from 0.6,0;3,3
end
local barwidth = 3.95
local perc = nil