Bag test
trying to do a bag mod here.(first part of image) Problem is, when it loads in the world, its somewhat clipped (second part of image). Upon right clicking window settings and clicking "default location" it assumes the default location and opens up or unclips (third part of image). Anyone have an idea what might be happening?
Code
<?xml version="1.0" encoding="utf-8"?>
<Page Activated="true" eq2usescomwndcontrols="true" Location="26,217" MaximumSize="1024,1024" MinimumSize="20,20" Name="Bag" ScrollExtent="426,82" Size="426,82" UserMovable="true">
<Button LocalTooltip="Close" Name="WC_CloseButton" PackLocation="right,top" PackLocationProp="-426/0001,0000/0001" ScrollExtent="15,15" Size="15,15" Style="/ButtonStyles.close_button" Tooltip="Close" UserMovable="true"></Button>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="15,1" MouseOverColor="#FFFF00" Name="Slot 0" ScrollExtent="40,40" Size="40,40" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="56,1" MouseOverColor="#FFFF00" Name="Slot 1" ScrollExtent="40,40" Size="40,40" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="97,1" MouseOverColor="#FFFF00" Name="Slot 2" ScrollExtent="40,40" Size="40,40" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="138,1" MouseOverColor="#FFFF00" Name="Slot 3" ScrollExtent="40,40" Size="40,40" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="179,1" MouseOverColor="#FFFF00" Name="Slot 4" ScrollExtent="40,40" Size="40,40" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="220,1" MouseOverColor="#FFFF00" Name="Slot 5" ScrollExtent="40,40" Size="40,40" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="261,1" MouseOverColor="#FFFF00" Name="Slot 6" ScrollExtent="40,40" Size="40,40" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="302,1" MouseOverColor="#FFFF00" Name="Slot 7" ScrollExtent="40,40" Size="40,40" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="343,1" MouseOverColor="#FFFF00" Name="Slot 8" ScrollExtent="40,40" Size="40,40" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="384,1" MouseOverColor="#FFFF00" Name="Slot 9" ScrollExtent="40,40" Size="40,40" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="15,41" MouseOverColor="#FFFF00" Name="Slot 10" ScrollExtent="40,40" Size="40,40" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="56,41" MouseOverColor="#FFFF00" Name="Slot 11" ScrollExtent="40,40" Size="40,40" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="97,41" MouseOverColor="#FFFF00" Name="Slot 12" ScrollExtent="40,40" Size="40,40" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="138,41" MouseOverColor="#FFFF00" Name="Slot 13" ScrollExtent="40,40" Size="40,40" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="179,41" MouseOverColor="#FFFF00" Name="Slot 14" ScrollExtent="40,40" Size="40,40" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="220,41" MouseOverColor="#FFFF00" Name="Slot 15" ScrollExtent="40,40" Size="40,40" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="261,41" MouseOverColor="#FFFF00" Name="Slot 16" ScrollExtent="40,40" Size="40,40" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="302,41" MouseOverColor="#FFFF00" Name="Slot 17" ScrollExtent="40,40" Size="40,40" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="343,41" MouseOverColor="#FFFF00" Name="Slot 18" ScrollExtent="40,40" Size="40,40" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="384,41" MouseOverColor="#FFFF00" Name="Slot 19" ScrollExtent="40,40" Size="40,40" TreatAsButton="true"/>
</Page>
|