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
function IceBarElement.prototype:GetDefaultSettings()
local defaults = IceBarElement.super.prototype.GetDefaultSettings(self)
defaults["barFontSize"] = 13
return defaults
end
-- OVERRIDE
function IceBarElement.prototype:Redraw()