Results: 1Comments by: aorcsik
File: Chippu03-11-09
Tooltip background
Posted By: aorcsik
Hi, I made a little modification to color the tooltip background like the border. I modified the line where you set the backdrop color to black: self:SetBackdropColor(0, 0, 0, 1) To this: r = 0.08 * r g = 0.08 * g b = 0.08 * b self:SetBackdropColor(r, g, b, 0.85) The only problem with it is that it shows full whi...