funkydude / BasicMinimap

BasicMinimap is a basic solution to a clean, square minimap for World of Warcraft.
16 stars 9 forks source link

Offset of zone text #30

Closed qhilmv closed 5 years ago

qhilmv commented 5 years ago

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!

qhilmv commented 5 years ago

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