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

Fixed prodigies dialog

parent 9499262f
No related branches found
No related tags found
No related merge requests found
......@@ -130,8 +130,7 @@ function _M:createDisplay()
self.c_tut = Textzone.new{ width=self.iw, auto_height = true, text=tuttext:format(self.actor.unused_prodigies or 0)}
local vsep = Separator.new{dir="horizontal", size=self.ih - 20 - self.c_tut.h}
self.c_desc = TextzoneList.new{ focus_check = true, scrollbar = true, width=self.iw - 380 - 30, height = self.ih - self.c_tut.h, dest_area = { h = self.ih - self.c_tut.h } }
self.c_desc = TextzoneList.new{ focus_check = true, scrollbar = true, width=self.iw - 370 - vsep.w - 20, height = self.ih - self.c_tut.h, dest_area = { h = self.ih - self.c_tut.h } }
self.c_list = TalentGrid.new{
font = core.display.newFont("/data/font/DroidSans.ttf", 14),
tiles=game.uiset.hotkeys_display_icons,
......
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