From 87d742b6832303266ce1bd737e3d421f0f809335 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sun, 3 Jun 2018 14:17:46 +0200 Subject: Revert "Reinstate tabMinWidth and tabMaxWidth prefs." This reverts commit 6e8846622a79549542adaca58d741d9263daf686. --- application/palemoon/base/content/tabbrowser.xml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'application/palemoon/base/content/tabbrowser.xml') diff --git a/application/palemoon/base/content/tabbrowser.xml b/application/palemoon/base/content/tabbrowser.xml index 10f109ce8..1b8099785 100644 --- a/application/palemoon/base/content/tabbrowser.xml +++ b/application/palemoon/base/content/tabbrowser.xml @@ -1445,9 +1445,6 @@ t.setAttribute("label", aURI); t.setAttribute("crop", "end"); - t.style.maxWidth = this.tabContainer.mTabMaxWidth + "px"; - t.style.minWidth = this.tabContainer.mTabMinWidth + "px"; - t.width = 0; t.setAttribute("validate", "never"); //PMed t.setAttribute("onerror", "this.removeAttribute('image');"); t.className = "tabbrowser-tab"; @@ -3413,8 +3410,6 @@