Package: firefox Version: 1.5.dfsg-4 Selecting Help / About Firefox produces an About dialogue box which has a spurious scrollbar next to the version info. For reasons I don't understand (due to my limited knowledge of XUL) the size of this is fixed.
In Ubuntu we work around this with the patch you find below. There may be a better solution. diff -ruN debian/firefox-1.5.dfsg/browser/base/content/aboutDialog.xul firefox-1.5.dfsg/browser/base/content/aboutDialog.xul --- debian/firefox-1.5.dfsg/browser/base/content/aboutDialog.xul 2005-10-19 00:35:28.000000000 +0100 +++ firefox-1.5.dfsg/browser/base/content/aboutDialog.xul 2006-01-30 10:47:16.000000000 +0000 @@ -79,7 +79,7 @@ <description id="copyright">©rightText;</description> <vbox id="detailsBox" align="center" flex="1"> <spacer flex="1"/> - <textbox id="userAgent" multiline="true" readonly="true" cols="60"/> + <textbox id="userAgent" multiline="true" readonly="true" cols="60" rows="5"/> </vbox> </vbox> <vbox flex="1" id="creditsBox"> Ian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]