From c980e0b93e2a86c92207e52055a8ee1dbc9c4c3f Mon Sep 17 00:00:00 2001 From: Vivien Nicolas <21@vingtetun.org> Date: Thu, 15 Oct 2009 12:54:36 -0400 Subject: [PATCH] Bug 522472: Regression : adding more than 4 tabs mess up the tab bar [r=webapps] --- mobile/chrome/content/browser-ui.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mobile/chrome/content/browser-ui.js b/mobile/chrome/content/browser-ui.js index 69c19f64a7ab..852634a05f53 100644 --- a/mobile/chrome/content/browser-ui.js +++ b/mobile/chrome/content/browser-ui.js @@ -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;