items in "all tabs" popup were not indented on Nightly.

This commit is contained in:
SHIMODA Hiroshi 2011-12-12 18:27:11 +09:00
parent 1bc3146759
commit 67ff3b111f

View File

@ -554,7 +554,7 @@ TreeStyleTabWindow.prototype = {
var b = this.getTabBrowserFromChild(aEvent.originalTarget) || this.browser;
this.getTabsArray(b).forEach(function(aTab, aIndex) {
items[aIndex].style.paddingLeft = aTab.getAttribute(this.kNEST)+'em';
items[aIndex].style.marginLeft = aTab.getAttribute(this.kNEST)+'em';
}, this);
},