Skip to content
Snippets Groups Projects
Commit 26762158 authored by Alex Ksandra's avatar Alex Ksandra
Browse files

If tooltips for levelup dialogs are off, generic talent tree is now the same...

If tooltips for levelup dialogs are off, generic talent tree is now the same height as the class one.
parent 05f0baf5
No related branches found
No related tags found
1 merge request!81Levelup height fix
......@@ -807,6 +807,8 @@ function _M:createDisplay()
self.c_desc = TextzoneList.new{ focus_check = true, scrollbar = true, width=200, height = self.ih - (self.b_prodigies and self.b_prodigies.h + 5 or 0), dest_area = { h = self.ih - (self.b_prodigies and self.b_prodigies.h + 5 or 0) } }
ret[#ret+1] = {left=self.c_gtree, top=align_empty1, ui=vsep3}
ret[#ret+1] = {left=vsep3, right=0, top=0, ui=self.c_desc, calc_width=3}
self.c_gtree.h = self.ih - 50
self.c_gtree:generate()
end
return ret
......
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