Posted by member 5575 on 2004-08-30 00:43:40 link

Hmmm, I alwys thought web design was basically coding for a browser... in any case, regarding the streching of the vtray image, you need to specify which portions of the BG image are the borders, so that they don't get included in the stretching. It looks like this (may say vtray rather than systray):
systrayBitmap baseimgblrb.png
systrayBorderTop 1
systrayBorderBottom 2
systrayBorderLeft 2
systrayBorderRight 2

You've probably got 1 pixel of the border that's getting included somehow. From your description, it sounds more like it's getting tiled rather than stretched though. Is there a setting for systrayBitmapTiled in there?