mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 03:24:55 +02:00
Tweak modules interface
Minimize miniwindows space usage Implement easier minimap navigation Redesign inventory, minimap and healthinfo layout
This commit is contained in:
@@ -246,3 +246,7 @@ function UIMiniWindow:saveParentIndex(parentId, index)
|
||||
selfSettings.index = index
|
||||
self:setSettings(selfSettings)
|
||||
end
|
||||
|
||||
function UIMiniWindow:disableResize()
|
||||
self:getChildById('bottomResizeBorder'):disable()
|
||||
end
|
||||
|
Reference in New Issue
Block a user