Fixed a misplaced default setting

This commit is contained in:
iceroth
2006-07-28 15:54:29 +00:00
parent 61b0d95afa
commit a99f3ff1eb
2 changed files with 1 additions and 6 deletions

View File

@ -93,12 +93,6 @@ function IceBarElement.prototype:GetOptions()
end end
function IceBarElement.prototype:GetDefaultSettings()
local defaults = IceBarElement.super.prototype.GetDefaultSettings(self)
defaults["barFontSize"] = 13
return defaults
end
-- OVERRIDE -- OVERRIDE
function IceBarElement.prototype:Redraw() function IceBarElement.prototype:Redraw()

View File

@ -40,6 +40,7 @@ function IceCore.prototype:init()
alphaic = 0.6, alphaic = 0.6,
lockTextAlpha = true, lockTextAlpha = true,
barTexture = "Bar", barTexture = "Bar",
barFontSize = 13,
} }
-- get default settings from the modules -- get default settings from the modules