The bag window is hard coded to size based on the number of slots in the actual bag. This usually defeats much of the custom layout done in UIBuilder.
You need to override the hard coding by hiding all the slots and giving them OnShow scripts that set their position and the size atribute of window.
Also give the window an OnHide script to rehide all the slots.
Might be best to start with an already modded bag window close to what you're after.
|