Shoutbox

[help]Padding and moving objects - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Skinning (/forumdisplay.php?fid=41)
+----- Thread: [help]Padding and moving objects (/showthread.php?tid=80752)

[help]Padding and moving objects by Basilis on 01-06-2008 at 01:26 PM

Does anyone know what padding does and how should I use it. I also want to know how I can move and edit objects like the contact search bar.


RE: [help]Padding and moving objects by Volv on 01-06-2008 at 01:31 PM

Padding essentially creates a gap between surrounding content and the item to which you are adding padding to.

Use in a definition file:
padding=rect(w,x,y,z)
Use in a style file:
padding:rect(w,x,y,z);

Where:
w = padding in pixels from the left
x = padding in pixels from the top
y = padding in pixels from the right
z = padding in pixels from the bottom


RE: [help]Padding and moving objects by Basilis on 01-06-2008 at 01:34 PM

Thank you very much. :)