rightside tab bar was mispositioned.

This commit is contained in:
Piro / SHIMODA Hiroshi 2011-04-27 01:39:38 +09:00
parent 7664824d99
commit 243f6a4e09

View File

@ -1566,7 +1566,7 @@ TreeStyleTabBrowser.prototype = {
stripStyle.left = pos == 'right' ? '' : stripStyle.left = pos == 'right' ? '' :
(box.screenX - root.screenX + root.x)+'px'; (box.screenX - root.screenX + root.x)+'px';
stripStyle.right = pos != 'right' ? '' : stripStyle.right = pos != 'right' ? '' :
((box.screenX + box.width) - (root.screenX + root.width))+'px'; ((root.screenX + root.width) - (box.screenX + box.width))+'px';
stripStyle.width = (tabContainerBox.width = width)+'px'; stripStyle.width = (tabContainerBox.width = width)+'px';
stripStyle.height = (tabContainerBox.height = height)+'px'; stripStyle.height = (tabContainerBox.height = height)+'px';