From 8b252c9238a652902fe31797b6415c2c96a1176f Mon Sep 17 00:00:00 2001 From: Sean Baildon Date: Sat, 11 Nov 2017 11:52:58 +0000 Subject: [PATCH] unitframes: castbar single line --- modules/unitframes/layout.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/unitframes/layout.lua b/modules/unitframes/layout.lua index ccd9490..722e18a 100644 --- a/modules/unitframes/layout.lua +++ b/modules/unitframes/layout.lua @@ -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}