Skip to content

Commit

Permalink
Fix CharacterFrame skin ✅
Browse files Browse the repository at this point in the history
  • Loading branch information
Kkthnx committed Aug 19, 2024
1 parent c698d5b commit 80ceb7c
Show file tree
Hide file tree
Showing 2 changed files with 300 additions and 316 deletions.
2 changes: 1 addition & 1 deletion KkthnxUI/Modules/DataText/Elements/Durability.lua
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function Module:CreateDurabilityDataText()
end

DurabilityDataText = CreateFrame("Button", nil, UIParent, "PanelTabButtonTemplate")
DurabilityDataText:SetPoint("TOP", PaperDollFrame, "BOTTOM", 166, 3)
DurabilityDataText:SetPoint("TOP", PaperDollFrame, "BOTTOM", 214, 3)
DurabilityDataText:SetFrameLevel(PaperDollFrame:GetFrameLevel() + 2)
DurabilityDataText:SetParent(PaperDollFrame)
DurabilityDataText:Disable()
Expand Down
Loading

0 comments on commit 80ceb7c

Please sign in to comment.