Bug 522472: Regression : adding more than 4 tabs mess up the tab bar [r=webapps]

This commit is contained in:
Vivien Nicolas 2009-10-15 12:54:36 -04:00
Родитель c1795b6d62
Коммит c980e0b93e
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -324,6 +324,9 @@ var BrowserUI = {
},
sizeControls : function(windowW, windowH) {
// tabs
document.getElementById("tabs").resize();
// awesomebar
let popup = document.getElementById("popup_autocomplete");
popup.top = this.toolbarH;