Skip to content
Snippets Groups Projects
Commit aa5ca5ba authored by DarkGod's avatar DarkGod
Browse files

fix

parent acbefb13
No related branches found
No related tags found
No related merge requests found
......@@ -750,7 +750,7 @@ function _M:createDisplay()
if self.no_tooltip then
local vsep3 = Separator.new{dir="horizontal", size=self.ih - 20}
self.c_desc = TextzoneList.new{ focus_check = true, scrollbar = true, width=self.iw - 200 - 530 - 40, height = self.ih - (self.b_prodigies and 0 or self.b_prodigies.h + 5), dest_area = { h = self.ih - (self.b_prodigies.h + 15) } }
self.c_desc = TextzoneList.new{ focus_check = true, scrollbar = true, width=self.iw - 200 - 530 - 40, 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] = {right=0, top=0, ui=self.c_desc}
ret[#ret+1] = {right=self.c_desc.w + 5, top=40, ui=vsep3}
end
......
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