Lucas Levrel wrote:
Le 25 mars 2016, EE a écrit :

SeaMonkey 2.40 does have a bug in File Bookmark.  The dialog box does
not change size when you pull down the folder list, which makes it
difficult to use.  I corrected the problem by adding code to my
userChrome.css file to make the dialog box longer to accommodate the
folder list.

It would be nice if you shared this code!

Add to userChrome.css:
#bookmarkproperties {
min-width:770px !important; min-height:830px !important;}

If you do not already have that file set up, you need to put this as the first lines: /* Do not remove the @namespace line -- it's required for correct functioning */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";);

http://kb.mozillazine.org/UserChrome.css

_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to