This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
The new Icons indicator is a blessing for seeing multiple debuffs or buffs, but looks extremely awkward when actually displayed because the icons are placed as if all available icons were displayed. Symmetry being the core of beauty, it would be awesome if we could get an option for the icons to grow from the center.
EXAMPLE:
Current buff frame with row of 3 and max of 3:
[X] [ ] [ ]
[X] [X] [ ]
[X] [X] [X]
Proposed buff frame
[X]
[X] [X]
This option would be in addition to the orientation option, so that you can grow from center in both vertical and horizontal orientations. I've gone ahead and taken a look at the code and while it would require some refactoring (since you're being sneaky with the way that vertical and horizontal orientations are done), it's very possible within the framework of the plugin.
This implies recalculating and repositioning all icons frames on every repaint, its too much cpu expensive.
To post a comment, please login or register a new account.