This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Hello,I would like to drag the skada window outside of the visible area of my monitor like the previous skada version allowed to.Is this still possible somehow? It's so frustrating as I don't need to watch it all the time.I prefer to move it out of my screen, leaving just enough of it to pull it back, after the fight is over, etc.
Thank you very much
Ok, I finaly made it myself. It's exact term is "Clamp to screen" This is a small workaround that does not come from the author, thus don't blame him if something goes wrong :)
Howerver this is how its done:
edit a file: ..\Skada\lib\SpecializedLibBars-1.0\SpecializedLibBars-1.0.lua
find: list:SetClampedToScreen(true)
change it to: list:SetClampedToScreen(false)
This will allow you to drag Skada window off screen
..working like a charm (and I'm happy again)
To post a comment, please login or register a new account.