Liiitle fix

This commit is contained in:
iceroth
2007-04-16 17:05:50 +00:00
parent f63072e40c
commit ca4a4a80fa

View File

@ -395,10 +395,10 @@ end
function IceCore.prototype:LoadPresets() function IceCore.prototype:LoadPresets()
self.presets["Bar"] = { self.presets["Bar"] = {
barTexture = "Bar", barTexture = "Bar",
barWidth = 63, barWidth = 120,
barHeight = 150, barHeight = 220,
barProportion = 0.34, barProportion = 0.15,
barSpace = 4, barSpace = 3,
} }
self.presets["HiBar"] = { self.presets["HiBar"] = {