mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-19 22:23:28 +02:00
Version 1.2 - more advanced bot, new hotkeys, bug fixes
This commit is contained in:
@@ -910,7 +910,9 @@ function updateSize()
|
||||
local newMargin = modules.game_console.consolePanel:getMarginLeft()
|
||||
newMargin = math.max(0, newMargin)
|
||||
newMargin = math.min(modules.game_console.consolePanel:getParent():getWidth() - modules.game_console.consolePanel:getWidth(), newMargin)
|
||||
bottomSplitter:setMarginLeft(newMargin)
|
||||
modules.game_console.consolePanel:setMarginLeft(newMargin)
|
||||
bottomSplitter:setMarginLeft(newMargin)
|
||||
end
|
||||
|
||||
if not classic then
|
||||
|
Reference in New Issue
Block a user