--- np2/macosx/dialog/screenopt.cpp 2003/10/31 16:55:06 1.1 +++ np2/macosx/dialog/screenopt.cpp 2003/11/08 17:54:27 1.2 @@ -161,7 +161,7 @@ static pascal OSStatus sliderEventHandle ControlRef theControl = (ControlRef)inUserData; if (GetControlID(theControl, &conID) == noErr) { if (conID.signature == 'sl/f' && conID.id == 4) { - base = 31; + base = 32; } } return( changeSlider(theControl, screenWin, base) );