Remove battle and viplist height limits

This commit is contained in:
Eduardo Bart 2012-08-24 20:27:37 -03:00
parent 2525940e49
commit 533d8bbbf8
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ function init()
mouseWidget:setFocusable(false) mouseWidget:setFocusable(false)
battleWindow:setContentMinimumHeight(80) battleWindow:setContentMinimumHeight(80)
battleWindow:setContentMaximumHeight(384) --battleWindow:setContentMaximumHeight(384)
connect(Creature, { onSkullChange = checkCreatureSkull, connect(Creature, { onSkullChange = checkCreatureSkull,
onEmblemChange = checkCreatureEmblem, onEmblemChange = checkCreatureEmblem,

View File

@ -35,7 +35,7 @@ function refresh()
end end
vipWindow:setContentMinimumHeight(38) vipWindow:setContentMinimumHeight(38)
vipWindow:setContentMaximumHeight(256) --vipWindow:setContentMaximumHeight(256)
end end
function clear() function clear()