зеркало из https://github.com/mozilla/pjs.git
reduce click-hold delay on back/fwd buttons to 0.45 (bug 296596)
This commit is contained in:
Родитель
729d4c0f98
Коммит
da41e12e42
|
@ -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];
|
||||
|
|
Загрузка…
Ссылка в новой задаче