Updated to OTCv8 3.0 rev 44

This commit is contained in:
OTCv8
2021-05-16 21:01:29 +00:00
parent 1def896276
commit 1f0bb4d655
5 changed files with 5 additions and 1 deletions

View File

@@ -136,6 +136,10 @@ function UIMiniWindow:setup()
self:minimize()
end
end
self:getChildById('bottomResizeBorder').onDoubleClick = function()
local resizeBorder = self:getChildById('bottomResizeBorder')
self:setHeight(resizeBorder:getMinimum())
end
local oldParent = self:getParent()