- fixed up a couple more modules with an empty 'animation settings' header and some too-long options that were being ellipsised (is that a word? it is now.)

This commit is contained in:
Parnic
2010-09-12 22:52:37 +00:00
parent 1961b66f57
commit 4b927832df
4 changed files with 9 additions and 30 deletions

View File

@ -125,6 +125,7 @@ function FocusHealth.prototype:GetOptions()
type = "toggle",
name = "Lock raid icon to 100% alpha",
desc = "With this enabled, the raid icon is always 100% alpha, regardless of the bar's alpha. Otherwise, it assumes the bar's alpha level.",
width = 'double',
get = function()
return self.moduleSettings.lockIconAlpha
end,