From f39735113ce43611917eb71dcf6bde4dfab93b4c Mon Sep 17 00:00:00 2001 From: Piro / SHIMODA Hiroshi Date: Sun, 23 Jan 2011 02:24:02 +0900 Subject: [PATCH] orient of the toolbar should be "horizontal", not "vertical". --- content/treestyletab/hacks.js | 1 + content/treestyletab/treestyletabbrowser.js | 1 + 2 files changed, 2 insertions(+) diff --git a/content/treestyletab/hacks.js b/content/treestyletab/hacks.js index 1c65f04c..3ef49c01 100644 --- a/content/treestyletab/hacks.js +++ b/content/treestyletab/hacks.js @@ -1227,6 +1227,7 @@ TreeStyleTabService.overrideExtensionsDelayed = function TSTService_overrideExte personalTitlebar.removeAttribute('height'); personalTitlebar.removeAttribute('width'); personalTitlebar.removeAttribute('ordinal'); + personalTitlebar.removeAttribute('orient'); break; case 'aftercustomization': diff --git a/content/treestyletab/treestyletabbrowser.js b/content/treestyletab/treestyletabbrowser.js index 22fd679f..d3667772 100644 --- a/content/treestyletab/treestyletabbrowser.js +++ b/content/treestyletab/treestyletabbrowser.js @@ -1726,6 +1726,7 @@ TreeStyleTabBrowser.prototype = { this.removeTabStripAttribute('width'); this.removeTabStripAttribute('height'); this.removeTabStripAttribute('ordinal'); + this.removeTabStripAttribute('orient'); this._endListenTabbarEvents();