For a while now, I've had this issue in my inventory items in the inventory box where to select an item, I have to click on the top-left corner of the inventory image instead of the middle or at any point of the image like in other adventure games. I've tried setting the cursor hotspot in the inventory image to the middle of it, but I still have to click about on the top-left corner. How do you solve this issue?
Look for ItemWidth and ItemHeight properties of inventory window. These parameters need to match average size of your items (ideally item graphics should be equal sizes, with transparent borders if needed, to make them arrange correctly).
Where do I have to click to change that?
ItemWidth and ItemHeight are in the properties window of the Inventory control.
Fixed it.