Skip to content

Commit

Permalink
unitframes: castbar single line
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaildon committed Nov 11, 2017
1 parent 5c33660 commit 8b252c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/unitframes/layout.lua
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ local Castbar = function(self, unit)
cb.Text = E:FontString({parent=cb, layer='OVERLAY', justify='LEFT'})
cb.Text:SetPoint('LEFT', cb, 2, 4)
cb.Text:SetPoint('RIGHT', cb.Time, 'LEFT')
cb.Text:SetMaxLines(1)
cb.CastingColor = {0, 0.7, 1}
cb.CompleteColor = {0.12, 0.86, 0.15}
cb.FailColor = {1.0, 0.09, 0}
Expand Down

0 comments on commit 8b252c9

Please sign in to comment.