Fixed issue #24

This commit is contained in:
Henrique Santiago
2012-08-20 20:56:16 -03:00
parent ddd3f84ad7
commit 4caf5bfcac
5 changed files with 17 additions and 1 deletions

View File

@@ -164,6 +164,10 @@ function refresh()
end
update()
local contentsPanel = skillsWindow:getChildById('contentsPanel')
skillsWindow:setContentMinimumHeight(44)
skillsWindow:setContentMaximumHeight(contentsPanel:getChildrenRect().height)
end
function toggle()