vaebris / SpartanUI

5 stars 2 forks source link

Druid Eclipse Bar Overlapping Shape-shifting Buttons #6

Open vaebris opened 12 years ago

vaebris commented 12 years ago

I'm not sure if you've received reports on this but, this is what's happening to me, apparently, after installing the latest version, the Eclipse bar overlaps my shape-shifting buttons, this doesn't bug me at all, just figured I'd let the community know, as well as you guys. If there is a command or something I could do solve this issue, That'd be great.

Thanks for keeping this Addon alive, It's been the single most lovely addon, I've ever used.

Thanks :)

Picture Below:

Bug Screen Shot

vaebris commented 12 years ago

I think I posted this in the wrong section, I re-posted in the correct location.

vaebris commented 12 years ago

i had that problem too! i just turned of player frame to fix it

ghost commented 12 years ago

following code (to be used in SpartanUI_PlayerFrames\scripts\Unit-PlayerFrame.lua (line 30-31) places the eclipse bar above the healthbar, and shrinks it to fit that space

EclipseBarFrame:SetScale(0.7) EclipseBarFrame:SetPoint("TOPLEFT",addon.player,"TOPLEFT",85,-22)

vaebris commented 12 years ago

The fix is now in the v2.6.3-beta-dev branch. I need respec to test it, but I didn't get any errors on /reload

I'll mark this as closed once it's tested.