Skip to content

Commit

Permalink
fixing 10.2.7 bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgdevx committed May 8, 2024
1 parent 41255b5 commit 4df15f7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Healer In Range

## [v1.0.5](https://github.com/rbgdevx/healer-in-range/releases/tag/v1.0.5) (2024-05-08)

- Fixing 10.2.7 bugs for incorrect setting of text justification

## [v1.0.4](https://github.com/rbgdevx/healer-in-range/releases/tag/v1.0.4) (2024-01-09)

- fixing function name

## [v1.0.3](https://github.com/rbgdevx/healer-in-range/releases/tag/v1.0.3) (2024-01-09)

- adding slash command support
Expand Down
4 changes: 2 additions & 2 deletions HealerInRange.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Interface: 100200
## Interface: 100207
## Title: HealerInRange
## Version: 1.0.3
## Version: 1.0.4
## Author: Ajax
## Notes: Shows text if you're in or out of range of a healer
## OptionalDeps: Ace3, LibStub, LibSharedMedia-3.0, AceGUI-3.0-SharedMediaWidgets
Expand Down
2 changes: 1 addition & 1 deletion interface.lua
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function Interface:CreateInterface()
Text:SetTextColor(HIR.db.global.color.r, HIR.db.global.color.g, HIR.db.global.color.b, HIR.db.global.color.a)
Text:SetShadowOffset(0, 0)
Text:SetShadowColor(0, 0, 0, 1)
Text:SetJustifyH("MIDDLE")
Text:SetJustifyH("CENTER")
Text:SetJustifyV("MIDDLE")
Text:SetPoint("CENTER", TextFrame, "CENTER", 0, 0)

Expand Down

0 comments on commit 4df15f7

Please sign in to comment.