[Bug] Text Indicator is not in the right place
Rubyurek opened this issue ยท 5 comments
I really love your addon but i have some issues about Plexus Dynamic Indicators. I create a Text Indicator for names. When i'm in a dungeon group then it shows correctly the names
Describe the bug
Text indicator like names don't have a correct position. In Dungeon Group is that ok but on higher group the names looks like on screenshots
To Reproduce
Steps to reproduce the behavior:
- Go to '/plexus'
- Click on 'Dynamic Indicators'
- Create 'Text Indicator'
- See error
Expected behavior
I want the names into the bars not over the bars.
Desktop (please complete the following information):
- OS: Windows 10
- Version: 20H2
- Game Version: Retail 9.0.2
Additional context
Add any other context about the problem here.
ok so that looks about right to me, if your frames are only 25 pixels high and you have the indicator set to be 23 pixels up from the center, its going to go out of frame. The part maybe you missed is that its anchoring from center not bottom. though this is one down fall of auto size is that it maybe be hard to find placement that fits all sizes. I would maybe suggest, for the indicator anchor from top and use -5 for y, That way no matter how stretched your frame is it will always be close to the top.
So basically how you have it now is frame size of 25 in large group and then the indicator goes up 23 from the center aka middle not from top or bottom so it goes beyond the size of the frame.