Skip to content

Commit 8ec6425

Browse files
authored
fix: icon clipping over class colour strip (#11)
* fix: lower icon offset to prevent clipping over class colour strip * chore: bump version to 1.5.0
1 parent 5dcca10 commit 8ec6425

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CooldownTracker.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Title: Healer Cooldown Tracker
33
## Notes: Manually track healer cooldowns for raid leaders. Click to start a timer when a healer calls out on comms.
44
## Author: Reube
5-
## Version: 1.4.0
5+
## Version: 1.5.0
66
## SavedVariables: CooldownTrackerDB
77

88
Data.lua

UI.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ local function ApplyCardLayout(row, cW, cH)
108108

109109
row.iconTex:ClearAllPoints()
110110
row.iconTex:SetSize(CARD_ICON, CARD_ICON)
111-
row.iconTex:SetPoint("CENTER", row, "CENTER", 0, 5)
111+
row.iconTex:SetPoint("CENTER", row, "CENTER", 0, 1)
112112

113113
row.timerLabel:ClearAllPoints()
114114
row.timerLabel:SetFont("Fonts\\FRIZQT__.TTF", 11, "THICKOUTLINE")

0 commit comments

Comments
 (0)