mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-06 19:22:40 +01:00
Update ECSAPI.lua
This commit is contained in:
parent
fe7c66eb70
commit
dc6a4c932a
@ -933,7 +933,7 @@ function ECSAPI.displayCompileMessage(y, reason, translate)
|
|||||||
reason = ECSAPI.parseErrorMessage(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 height = #reason + 6
|
||||||
local textWidth = width - 11
|
local textWidth = width - 11
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user