This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What does the provided patch do?while using the background the first bar or the title bar is out the background, especialy when using borders
Please provide any additional information below.I haven't tested the reversegrowth but for the normalgrowth there is only one thing to change to have the all thing center:
In Skada.lua (r166) line 1263
g.bgframe:SetPoint("TOP", g.button, "BOTTOM", 0, 0)
becomes
g.bgframe:SetPoint("TOP", g.button, "TOP", 0, 5)
edit for line in last version
this only fixe while not displaying the title bar. If so, the title is out of the background.
To post a comment, please login or register a new account.