Skip to content

Commit ebe251e

Browse files
committed
ui: Remove unnecessary :SetJustifyH call.
1 parent 0ecf0cb commit ebe251e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/pipes.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ function frame:CreateOptions()
3737
local subtitle = ns.createFontString(self)
3838
subtitle:SetPoint('TOPLEFT', title, 'BOTTOMLEFT', 0, -8)
3939
subtitle:SetPoint('RIGHT', self, -32, 0)
40-
subtitle:SetJustifyH'LEFT'
4140
subtitle:SetText'Now with 30% less toxic radiation!'
4241

4342
local scroll = CreateFrame("ScrollFrame", nil, self)

0 commit comments

Comments
 (0)