Bug 498272 - Wait longer before showing the Ctrl+Tab panel

This commit is contained in:
Dão Gottwald 2009-07-26 19:36:09 +02:00
Родитель 683b4efcb2
Коммит 9015a3692b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -379,7 +379,7 @@ var ctrlTab = {
this._timer = setTimeout(function (self) {
self._timer = null;
self._openPanel();
}, 100, this);
}, 200, this);
},
_openPanel: function ctrlTab_openPanel() {