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
hope that helps dude