From 71405e70d739a4272513d4b941c83e232def90ad Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Sun, 7 Oct 2001 04:26:08 +0000 Subject: [PATCH] Make tabs crop title on "end", not in center. Bug 103450, patch from Andrew , r=me, sr=hyatt --- xpfe/global/resources/content/bindings/tabbrowser.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xpfe/global/resources/content/bindings/tabbrowser.xml b/xpfe/global/resources/content/bindings/tabbrowser.xml index fea29ce3f69c..15ee5d59e2c3 100644 --- a/xpfe/global/resources/content/bindings/tabbrowser.xml +++ b/xpfe/global/resources/content/bindings/tabbrowser.xml @@ -61,7 +61,7 @@ - + @@ -354,7 +354,7 @@ else t.setAttribute("label", aURI); - t.setAttribute("crop", "center"); + t.setAttribute("crop", "end"); t.width = 100; t.setAttribute("flex", "1");