Skip to content

Commit

Permalink
ui: Remove unnecessary :SetJustifyH call.
Browse files Browse the repository at this point in the history
  • Loading branch information
haste committed Nov 8, 2011
1 parent 0ecf0cb commit ebe251e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/pipes.lua
Expand Up @@ -37,7 +37,6 @@ function frame:CreateOptions()
local subtitle = ns.createFontString(self)
subtitle:SetPoint('TOPLEFT', title, 'BOTTOMLEFT', 0, -8)
subtitle:SetPoint('RIGHT', self, -32, 0)
subtitle:SetJustifyH'LEFT'
subtitle:SetText'Now with 30% less toxic radiation!'

local scroll = CreateFrame("ScrollFrame", nil, self)
Expand Down

0 comments on commit ebe251e

Please sign in to comment.