unitframes: increase separator

This commit is contained in:
shagu
2017-06-07 18:57:27 +02:00
parent 0754244ee3
commit 9acd92bf4d
+1 -1
View File
@@ -1218,7 +1218,7 @@ function pfUI.uf:GetStatusValue(unit, pos)
level = unit:GetColor("level") .. level
name = unit:GetColor("unit") .. name
return level .. " " .. name
return level .. " " .. name
elseif config == "name" then
return unit:GetColor("unit") .. UnitName(unitstr)