I am creating a firefox add-on with Add-on SDK. My add-on uses a sidebar created with the ui/sidebar API. Is there any way for me to control the initial width of this sidebar?
The user can drag to change its size, but I would like it to start with a greater width than it seems to open at by default. Is this possible?
Thanks.