Skip to content

Commit

Permalink
Update LootStyle.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
noname08662 authored Feb 27, 2025
1 parent d53155e commit 9360fa7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Modules/Blizzard/LootStyle.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1238,14 +1238,13 @@ function mod:LootBars(db)
frame:Size(328, 28)
frame.itemButton:Size(28 - (E.Border * 2))
frame.itemButton:ClearAllPoints()
frame.itemButton:Point("RIGHT", frame, "LEFT", -(E.Spacing * 3), 0)
frame.itemButton:Size(db.sizeIcon, db.sizeIcon)
frame.needButton:ClearAllPoints()
frame.greedButton:ClearAllPoints()
frame.disenchantButton:ClearAllPoints()
frame.passButton:ClearAllPoints()
frame.bindText:ClearAllPoints()
frame.itemName:ClearAllPoints()
frame.itemButton:Point("RIGHT", frame, "LEFT", -(E.Spacing * 3), 0)
frame.needButton:Point("LEFT", frame.itemButton, "RIGHT", 4, -1)
frame.greedButton:Point("LEFT", frame.needButton, "RIGHT", 1, -1)
frame.disenchantButton:Point("LEFT", frame.greedButton, "RIGHT", 0, 1)
Expand Down

0 comments on commit 9360fa7

Please sign in to comment.