This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I would like to see the edge size of borders to not be limited to a maximum of 20. Many of the borders found in the shared media library needs it to be 28 to have it on its natural size (now it's scaled down).
Also the option to place the border on top of the bars, instead of under would be nice, since some borders have rounded inner corners, which now gets clipped by bars.
Managed to change the "limit" on edge size in the config file:
edgeSize = {
min = 0, max = 28, step = 1,
},
But ofc, it would suck that i can do updates to your addon then ;)
Also here is an image of the layering issue i was talking about. It needs to be above the bars, but under the icons (party role, etc)
To post a comment, please login or register a new account.