Skip to content

Commit

Permalink
Slightly change position for ilvl.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wetxius committed Jan 7, 2016
1 parent 8dca92c commit 971078e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ShestakUI/Modules/Blizzard/Bags.lua
Expand Up @@ -430,7 +430,7 @@ function Stuffing:SlotNew(bag, slot)

if C.bag.ilvl == true then
ret.frame:FontString("text", C.font.bags_font, C.font.bags_font_size, C.font.bags_font_style)
ret.frame.text:SetPoint("CENTER", 0, 5)
ret.frame.text:SetPoint("TOPLEFT", 1, -1)
ret.frame.text:SetTextColor(1, 1, 0)
end

Expand Down

0 comments on commit 971078e

Please sign in to comment.