Update ECSAPI.lua

This commit is contained in:
Igor Timofeev 2015-08-19 18:07:50 +03:00
parent fe7c66eb70
commit dc6a4c932a

View File

@ -933,7 +933,7 @@ function ECSAPI.displayCompileMessage(y, reason, translate)
reason = ECSAPI.parseErrorMessage(reason, translate)
--Получаем ширину и высоту окошка
local width = math.floor(xSize * 3 / 5)
local width = math.floor(xSize * 4 / 5)
local height = #reason + 6
local textWidth = width - 11