Skip to content

Commit

Permalink
Bank bags now bigger by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cidan committed Nov 25, 2023
1 parent 10eb90a commit d7826bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frames/bag.lua
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ function bagFrame:Create(kind)
local content = grid:Create(b.frame)
content.frame:SetPoint("TOPLEFT", leftHeader, "BOTTOMLEFT", 3, -3)
content.frame:SetPoint("BOTTOMRIGHT", b.frame, "BOTTOMRIGHT", -3, 3)
content.maxCellWidth = 3
content.maxCellWidth = kind == const.BAG_KIND.BACKPACK and 3 or 5
content:Show()
b.content = content

Expand Down

0 comments on commit d7826bc

Please sign in to comment.