/* Ff - preferences dialog size */

/*
- controls the actual/min/max size of the preferences dialog window
- works in Firefox 1.5.0.x

available settings ...
- height:, width:
- max-height:, min-height:
- min-width:, max-width:
- overflow [provides scrollbars if needed] [doesn't seem to work with BrowserPreferences]
default values for my current setup are ...
- width: 42em; height: 36em;

source = https://bugzilla.mozilla.org/show_bug.cgi?id=283697
attachment = https://bugzilla.mozilla.org/attachment.cgi?id=209531
*/
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#BrowserPreferences {
	width: 78ex !important;
	height: 40em !important;
	}