edubart / otclient

An alternative tibia client for otserv written in C++11 and Lua, made with a modular system that uses lua scripts for ingame interface and functionality, making otclient flexible and easy to customize
Other
652 stars 399 forks source link

Maximum UIMiniWindow height #24

Closed edubart closed 12 years ago

edubart commented 12 years ago

Inventory, containers, etc are miniwindows. Currently miniwindows can be resized to any new height, but there must be a maximum height just like tibia does when resizing.

aseverino commented 12 years ago

What is the maximum height you expect?

hrsantiago commented 12 years ago

Containers are implemented with this. Other miniwindows aint.