Shoutbox

Add a border - 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: Add a border (/showthread.php?tid=87912)

Add a border by TheSourcE on 12-22-2008 at 07:33 PM

Can anyone tell me how i add a border to the contact search bar. I have put the bar from the top to the bottom and now i want to have a line in it to separable the contactlist from the searchbar.


RE: Add a border by LuckyMe on 12-23-2008 at 04:18 AM

Have you tried 1001 def?, look for:

quote:
<Element LayoutPos=Top Layout=BorderLayout() BorderThickness=rect(0,0,0,1) Padding=Rect(0,0,2,0) ID=Atom(ai550)>


and modify that borderthickness to what you want, something like:

quote:
BorderThickness=rect(0,1,0,0)


If you want to change the border color then go to 1001 style and find:

quote:
Element[ID=Atom(ai550)]
{
BorderColor:rcclr(20023); /* Colorized. I=234 */
}


just put the color you want over there :P

hope that helps dude :D

RE: RE: Add a border by TheSourcE on 12-23-2008 at 11:52 AM

quote:
Originally posted by LuckyMe
Have you tried 1001 def?, look for:

quote:
<Element LayoutPos=Top Layout=BorderLayout() BorderThickness=rect(0,0,0,1) Padding=Rect(0,0,2,0) ID=Atom(ai550)>


and modify that borderthickness to what you want, something like:

quote:
BorderThickness=rect(0,1,0,0)


If you want to change the border color then go to 1001 style and find:

quote:
Element[ID=Atom(ai550)]
{
BorderColor:rcclr(20023); /* Colorized. I=234 */
}


just put the color you want over there :P

hope that helps dude :D


Hey it works :D Thank you for your help;)