diff --git a/camino/PreferencePanes/Privacy/PrivacyPane.mm b/camino/PreferencePanes/Privacy/PrivacyPane.mm index 2ca77a08a6b..f5e22cdbd80 100644 --- a/camino/PreferencePanes/Privacy/PrivacyPane.mm +++ b/camino/PreferencePanes/Privacy/PrivacyPane.mm @@ -218,6 +218,8 @@ PR_STATIC_CALLBACK(int) compareValues(nsICookie* aCookie1, nsICookie* aCookie2, modalDelegate:self didEndSelector:NULL contextInfo:NULL]; + NSSize min = {440, 240}; + [mCookiesPanel setMinSize:min]; } -(IBAction) removeCookies:(id)aSender @@ -316,6 +318,8 @@ PR_STATIC_CALLBACK(int) compareValues(nsICookie* aCookie1, nsICookie* aCookie2, modalDelegate:self didEndSelector:NULL contextInfo:NULL]; + NSSize min = {440, 240}; + [mPermissionsPanel setMinSize:min]; } -(IBAction) removeCookiePermissions:(id)aSender