Skip to content
Snippets Groups Projects
Commit a44e0c2d authored by dg's avatar dg
Browse files

fix size of savefile buttons on main menu

git-svn-id: http://svn.net-core.org/repos/t-engine4@441 51575b47-30f0-44d4-a5cc-537603b46e54
parent 278b023f
No related branches found
No related tags found
No related merge requests found
......@@ -192,7 +192,7 @@ function _M:selectStepLoad()
end
self:registerDialog(display_module)
self.step = ButtonList.new(list, 10, 10, self.w * 0.24, (5 + mod_font:lineSkip()) * #self.mod_list, nil, 5)
self.step = ButtonList.new(list, 10, 10, self.w * 0.24, (5 + 25) * #list, nil, 5)
self.step:select(2)
self.step:setKeyHandling()
self.step:setMouseHandling()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment