Windows The inventory grid is not working correctly

This is an old UI backpack bug, can be easily fixed by an xml modlet for the \Config\XUi\controls.xml, for example like this:

<configs>
<!-- Overrides the cell width="64" and height="64" of the style="itemStack" for the precise use with vanilla backpack grid. The default cell size of itemStack is 75 for other various inventory cells. -->

<setattribute xpath="controls/backpack_item_stack[@controller='ItemStack']/rect[@controller='${controller}']" name="width">64</setattribute>
<setattribute xpath="controls/backpack_item_stack[@controller='ItemStack']/rect[@controller='${controller}']" name="height">64</setattribute>
</configs>

or such fix just should be made for the controls.xml by the Fun Pimps :)
 
Last edited:
Back
Top