diff --git a/game/modules/tome/dialogs/UberTalent.lua b/game/modules/tome/dialogs/UberTalent.lua index c46bf415d7b7e79db37bb9e4baa228afe72cbec1..2515b57123d259576a3cb233283e591e22a44ec8 100644 --- a/game/modules/tome/dialogs/UberTalent.lua +++ b/game/modules/tome/dialogs/UberTalent.lua @@ -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,