Skip to content

Commit

Permalink
Clean space
Browse files Browse the repository at this point in the history
  • Loading branch information
lamboley committed Aug 1, 2019
1 parent 2daee3d commit 5bb8e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TradeSkillUIImproved.lua
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ TradeSkillUIImproved_CollapseButton:SetScript('OnClick', function()
TradeSkillFrame.RecipeList:Refresh()
end)

local TradeSkillUIImproved_ExpandButton = CreateFrame('Button', nil, TradeSkillFrame, 'UIPanelButtonTemplate')
local TradeSkillUIImproved_ExpandButton = CreateFrame('Button', nil, TradeSkillFrame, 'UIPanelButtonTemplate')
TradeSkillUIImproved_ExpandButton:SetText('+')
TradeSkillUIImproved_ExpandButton:SetWidth(20)
TradeSkillUIImproved_ExpandButton:SetHeight(20)
Expand Down

0 comments on commit 5bb8e41

Please sign in to comment.