diff --git a/fs_decorated.lua b/fs_decorated.lua index 0f1d920..5b8e8b5 100644 --- a/fs_decorated.lua +++ b/fs_decorated.lua @@ -332,12 +332,12 @@ end yl_speak_up.show_fs_simple_deco = function(size_x, size_y) - x_i = tostring(size_x - 1.5) -- "18.5" - x_a = tostring(size_x - 0.75) -- "19.25" - y_i = tostring(size_y - 1.25) --1.5) -- "21.5" - y_a = tostring(size_y - 0.5) --0.75) -- "22.25" - x_L = tostring(size_x + 0.8) - y_L = tostring(size_y + 0.8) + local x_i = tostring(size_x - 1.5) -- "18.5" + local x_a = tostring(size_x - 0.75) -- "19.25" + local y_i = tostring(size_y - 1.25) --1.5) -- "21.5" + local y_a = tostring(size_y - 0.5) --0.75) -- "22.25" + local x_L = tostring(size_x + 0.8) + local y_L = tostring(size_y + 0.8) return "size["..tostring(size_x)..","..tostring(size_y).."]".. "bgcolor[#00000000;false]".. "style_type[button;bgcolor=#a37e45]"..