reduce click-hold delay on back/fwd buttons to 0.45 (bug 296596)

This commit is contained in:
pinkerton%aol.net 2005-08-07 20:28:07 +00:00
parent de22c50452
commit 491875a237

View File

@ -782,7 +782,7 @@ enum BWCOpenDest {
if (button) {
DraggableImageAndTextCell* newCell = [[[DraggableImageAndTextCell alloc] init] autorelease];
[newCell setDraggable:YES];
[newCell setClickHoldTimeout:0.75];
[newCell setClickHoldTimeout:0.45];
[button setCell:newCell];
[button setBezelStyle: NSRegularSquareBezelStyle];