Results: 1Comments by: Erelen
File: FuBar - MicroMenuFu07-05-06
Thanks I've removed this part of...
Posted By: Erelen
Thanks I've removed this part of the code: for _,button in ipairs(buttons) do local b = getglobal("MicroMenuFuFrame" .. button) if b ~= nil and size ~= nil then b:SetWidth(size) b:SetHeight(size) end end from the font size function because the icons were too small with the font size I'm using P.S. srry fo...