orient of the toolbar should be "horizontal", not "vertical".

This commit is contained in:
Piro / SHIMODA Hiroshi 2011-01-23 02:24:02 +09:00
parent 4fbfd750d2
commit f39735113c
2 changed files with 2 additions and 0 deletions

View File

@ -1227,6 +1227,7 @@ TreeStyleTabService.overrideExtensionsDelayed = function TSTService_overrideExte
personalTitlebar.removeAttribute('height');
personalTitlebar.removeAttribute('width');
personalTitlebar.removeAttribute('ordinal');
personalTitlebar.removeAttribute('orient');
break;
case 'aftercustomization':

View File

@ -1726,6 +1726,7 @@ TreeStyleTabBrowser.prototype = {
this.removeTabStripAttribute('width');
this.removeTabStripAttribute('height');
this.removeTabStripAttribute('ordinal');
this.removeTabStripAttribute('orient');
this._endListenTabbarEvents();