- Fixed some corner border for elvui skins.

- /run Details.death_tooltip_width = 500 makes the deathlog tooltip be 500 width.
This commit is contained in:
Tercio
2015-12-07 13:21:49 -02:00
parent d4ab8bd020
commit e8a3f3d74c
6 changed files with 78 additions and 12 deletions
+1 -1
View File
@@ -278,7 +278,7 @@ function _detalhes:ToolTipDead (instancia, morte, esta_barra, keydown)
end
GameCooltip:SetOption ("StatusBarHeightMod", -6)
GameCooltip:SetOption ("FixedWidth", 300)
GameCooltip:SetOption ("FixedWidth", (type (_detalhes.death_tooltip_width) == "number" and _detalhes.death_tooltip_width) or 300)
GameCooltip:SetOption ("TextSize", _detalhes.tooltip.fontsize)
GameCooltip:SetOption ("TextFont", _detalhes.tooltip.fontface)