preset size of bookmark window?

User Help for Seamonkey and Mozilla Suite
Post Reply
r2d3
Posts: 3
Joined: December 12th, 2016, 1:20 am

preset size of bookmark window?

Post by r2d3 »

Hello everyone,

When I type [<CTRL> D] my "new bookmark window" opens.
Unfortunately the current size of this window is too small for me. Each time I archive a bookmark I have to resize it.
How do I preset its default size?
I haven't found anything in "about:config" when searching for "book".

Furthermore, my bookmark menu is in a hidden state. I have to click on that "show all bookmark folders" button before being able to put a new bookmark into the right folder.
What can I do to change its standard state to the mode where all bookmark folders are shown?

Thank you.
Michael
User avatar
BruceAWittmeier
Posts: 3076
Joined: June 9th, 2008, 10:53 am
Location: Near 37.501685 -80.147967

Re: preset size of bookmark window?

Post by BruceAWittmeier »

You might look at this Firefox addon -- Add Bookmark Here²:

https://addons.mozilla.org/en-US/firefo ... rk-here-2/
I often take a long windy road to my destination. Upon arrival, I wonder how I missed the shortcut.
User avatar
ElTxolo
Posts: 2810
Joined: July 30th, 2007, 9:35 am
Location: Localhost

Re: preset size of bookmark window?

Post by ElTxolo »

... When I type [<CTRL> D] my "new bookmark window" opens.
Unfortunately the current size of this window is too small for me. Each time I archive a bookmark I have to resize it.
How do I preset its default size?
How to Ask Questions The Smart Way - How to Report Bugs Effectively ;)
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20240318 SeaMonkey/2.53.18.2
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20240412 SeaMonkey/2.53.19 :lildevil:

~
Anonymosity
Posts: 8779
Joined: May 7th, 2007, 12:07 pm

Re: preset size of bookmark window?

Post by Anonymosity »

I added code to my userChrome.css file to resize that dialog box. I am still using that code, even though later versions of SM will save the resized size of the box.

Code: Select all

#editBMPanel_folderTree {
min-width:360px !important; min-height:584px !important;}
#bookmarkproperties {
min-width:810px !important; min-height:880px !important;}
r2d3
Posts: 3
Joined: December 12th, 2016, 1:20 am

Re: preset size of bookmark window?

Post by r2d3 »

@BruceAWittmeier,

the add-on you proposed only works with Firefox. If I click on "Download anyway" seamonkey refuses to install it.
There is a message stating that it could not be installed because it is not compatible with Seamonkey 2.40.

@ElTxolo,

creating the non-existing userChrome.css and pasting the few lines of code solved the size problem for me. :)
It is very convenient to be able to specify the window size according to my personal needs.
Having to resize the window manually before was the most bothering point when saving bookmarks.

@all,
maybe someone still knows who to change the preset value of that button into ""show all bookmark folders".
Thank you all for your help. My google-search was too specific to find that known bug.
amrad
Posts: 2264
Joined: May 29th, 2004, 9:01 pm
Location: UK

Re: preset size of bookmark window?

Post by amrad »

I've never seen the 'show all bookmarks' button. Where is it located?

Regards,

Dave.
r2d3
Posts: 3
Joined: December 12th, 2016, 1:20 am

Re: preset size of bookmark window?

Post by r2d3 »

Translated into English, the text shown when hovering over the button is: "show all bookmark folders".

Image
amrad
Posts: 2264
Joined: May 29th, 2004, 9:01 pm
Location: UK

Re: preset size of bookmark window?

Post by amrad »

Thanks. I've found it now but I've never had occasion to have to use it!

Regards,

Dave.
Post Reply