Skip to content

Commit

Permalink
Minor Tweak To Gem Offset
Browse files Browse the repository at this point in the history
  • Loading branch information
Kkthnx committed Apr 18, 2024
1 parent c5640ee commit da9c771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KkthnxUI/Modules/Miscellaneous/Elements/SlotItemLevel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function Module:CreateItemString(frame, strType)
slotFrame.enchantText:HookScript("OnShow", Module.ItemString_Collapse)

for i = 1, 10 do
local offset = (i - 1) * 18 + 5
local offset = (i - 1) * 20 + 5
local iconX = x > 0 and x + offset or x - offset
local iconY = index > 15 and 20 or 2
slotFrame["textureIcon" .. i] = Module:CreateItemTexture(slotFrame, relF, iconX, iconY)
Expand Down

0 comments on commit da9c771

Please sign in to comment.