Skip to content

Commit

Permalink
part of last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Repooc committed Jul 23, 2024
1 parent eae65fa commit 3bbc32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tukui/Modules/Inventory/Bags.lua
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ function Bags:CreateContainer(storagetype, ...)

if T.Classic then
Keys:SetSize(16, 16)
Keys:SetPoint("RIGHT", Sort, "LEFT", -5, 0)
Keys:SetPoint("RIGHT", SortButton, "LEFT", -5, 0)
Keys:CreateShadow()
Keys.Texture = Keys:CreateTexture(nil, "OVERLAY")
Keys.Texture:SetSize(16, 16)
Expand Down

0 comments on commit 3bbc32c

Please sign in to comment.