Put closebox in each tab rightside
This commit is contained in:
parent
12757cf2c3
commit
75050af492
@ -1260,7 +1260,7 @@ TreeStyleTabBrowser.prototype = inherit(TreeStyleTabWindow.prototype, {
|
||||
if (this.mTabBrowser.getAttribute(this.kCLOSEBOX_INVERTED) == 'true')
|
||||
nodes.splice(nodes.indexOf(aNamedNodes.closeAnchor), 0, aNamedNodes.close);
|
||||
else
|
||||
nodes.splice(nodes.indexOf(aNamedNodes.closeAnchor)+1, 0, aNamedNodes.close);
|
||||
nodes.push(aNamedNodes.close);
|
||||
}
|
||||
|
||||
index = nodes.indexOf(aNamedNodes.sound);
|
||||
|
Loading…
Reference in New Issue
Block a user