On Tuesday 09 July 2002 01:49, Sean 'Shaleh' Perry wrote: > On 08-Jul-2002 Sam Halliday wrote: > > hi there, > > > > i have setup blackbox pretty much the way intended on first seeing it, > > its a great WM! but i can never seem to get the slit to go smaller than > > 20 pixels in order to get it to be the same size as the toolbar (btw > > does anyone know the default height of the toolbar? i guess 18). Is > > there any way i can force the size of the slit to be smaller? i only > > have the pager and the load applets, and i have set the pager size > > smaller than 20 pixels in it's config. maybe this is a bbpager issue, i > > dont know.... > > toolbar height is a simple computation: > > height = font.height + (bevel_w * 2) + 2 > > basically it is the height of the font plus a little extra to make it look > right.
Hmm, most tools use: height = font.height + (bevel_w * 4) so in most cases it would be higher than the toolbar, another thing to fix.... John
