orient of the toolbar should be "horizontal", not "vertical".
This commit is contained in:
parent
4fbfd750d2
commit
f39735113c
@ -1227,6 +1227,7 @@ TreeStyleTabService.overrideExtensionsDelayed = function TSTService_overrideExte
|
||||
personalTitlebar.removeAttribute('height');
|
||||
personalTitlebar.removeAttribute('width');
|
||||
personalTitlebar.removeAttribute('ordinal');
|
||||
personalTitlebar.removeAttribute('orient');
|
||||
break;
|
||||
|
||||
case 'aftercustomization':
|
||||
|
@ -1726,6 +1726,7 @@ TreeStyleTabBrowser.prototype = {
|
||||
this.removeTabStripAttribute('width');
|
||||
this.removeTabStripAttribute('height');
|
||||
this.removeTabStripAttribute('ordinal');
|
||||
this.removeTabStripAttribute('orient');
|
||||
|
||||
this._endListenTabbarEvents();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user