www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 52ae9b321eea135fde2fa0391c88ada37939cb42
parent c478fea15fca26d70b58a7cdc14515a0688e345a
Author: David Norton <david@nortoncrew.com>
Date:   Wed,  5 Jul 2006 17:59:17 +0000

Fixes problems with long tags and cropping.

Diffstat:
Mchrome/chromeFiles/content/scholar/customControls.xml | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/chrome/chromeFiles/content/scholar/customControls.xml b/chrome/chromeFiles/content/scholar/customControls.xml @@ -126,7 +126,7 @@ <xul:label value="See also: (coming soon)"/> <xul:label onclick="this.nextSibling.showPopup(this,-1,-1,'popup',0,0);"/> <xul:popup width="300" onpopuphidden="this.parentNode.parentNode.updateTagsSummary();"> - <xul:tagsbox/> + <xul:tagsbox flex="1"/> </xul:popup> </xul:vbox> </content> @@ -180,6 +180,7 @@ var label = document.createElement("label"); label.setAttribute('value', Scholar.Tags.getName(tags[i])); + label.setAttribute('crop','end'); var remove = document.createElement("label"); remove.setAttribute('value','-');