Padding:Rect(0,0,1,0);
what are all the numbers for in the padding and how would i pad my shape out so the contact list and sign in window only shows in the red boxed arear (see image above)
Would I need to edit one of the id files i.e. 921. Would I need to add the following code to the skininfo file
code:
            <Replace>
                <Windows><Styles>
                    <Style Id="921">
                        <File>padding.txt</File>
                    </Style>
                </Styles></Windows>
            </Replace>