set min sizes on sheets
git-svn-id: svn://10.0.0.236/trunk@156008 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user