BasicMinimap

BasicMinimap

701k Downloads

Offset of zone text

qhilmv opened this issue ยท 1 comments

commented

Hi funkydude,

thanks for this great minimap addon. I really like.
Could you change the line
self.SetPoint(MinimapZoneTextButton, "BOTTOM", backdrop, "TOP", 0, 2)
to
self.SetPoint(MinimapZoneTextButton, "BOTTOM", backdrop, "TOP", 0, 3)
to make the offset of both texts even? I know it's just a pixel but I'd really appreciate it.

Offset

Thanks in advance!

commented

Well, it seems a value of '4' fits even better. So use '4' instead of '3', please.