On Sat, 5 Mar 2005 16:33:30 -0500 Chris Grossmann <[EMAIL PROTECTED]> wrote: > Someone help me, I'm going crazy. > > What is the resource that's making my slit have a white > outline?
Posting the incriminating style would help. Is it a 0.70 or pre-0.70 style? Pending that, I can make two assumptions: 1. It's a pre0.70 style, Brad committed the final backwards compatibility style code in the stable release, and the slit now borrows a border from the toolbar. Well not exactly borrows, it's an assumption that the slit has to make to ensure total compatibility with pre-0.70 versions, where it used the toolbar style. Anyway, if I'm right, if you activate the toolbar it'll have a white border as well. Convert your style using bstyleconvert and adjust the result. 2. It's a 0.70 style and you added "border" to slit.appearance. In which case, if you didn't add anything else, the slit border just follows a more generic borderWidth for the thickness, and takes white because that's default. Go adjust it some more. -- Ciprian Popovici -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html
