/* Tb - preferences dialog size */

/*
- controls the actual/min/max size of the preferences dialog window
- works in thunderbird 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 MailPreferences]
default values ...
- width: 44em; height: 38em;

source = https://bugzilla.mozilla.org/show_bug.cgi?id=283697
*/
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#MailPreferences {
  height:50em !important;
  width: 44em !important;
  }