SM 2.40 File Bookmark interface

Discussion about Seamonkey builds
Post Reply
Anonymosity
Posts: 8779
Joined: May 7th, 2007, 12:07 pm

SM 2.40 File Bookmark interface

Post by Anonymosity »

Why is it that now with SM 2.40 when I try to file a bookmark, I now have to drag the window down to the full extent because it opens only halfway? I also have to click the outer button opposite "Folder:" to get to the menu in the first place. Since File Bookmark is meant to work differently from Add Bookmark anyway, why force more steps into the process?

I changed the size of the bookmarks menu box with userChrome.css using this code:

Code: Select all

 /* Increase size/height of the expanded bookmarks panel */
#editBMPanel_folderTree,
#editBookmarkPanel  {min-width:350px !important; min-height:480px !important;}
Is there some extra element that I have to add to that list now, and if so, what is it?
Anonymosity
Posts: 8779
Joined: May 7th, 2007, 12:07 pm

Re: SM 2.40 File Bookmark interface

Post by Anonymosity »

After looking at it a bit more closely, I realized that the dialog box does not change size when I click to open the folder list. One has to drag the resizer a bit to get it to drop down to the full size. It is the folder tree that is important. The bookmark panel does not have any effect.
How would one force the folder list to resize itself when opened?
Post Reply