remember message window size

This commit is contained in:
Mitchell Livingston 2007-09-11 01:03:32 +00:00
parent 7e376ee372
commit 6b5f7e46ff
1 changed files with 5 additions and 1 deletions

View File

@ -66,7 +66,11 @@
- (void) awakeFromNib
{
[[self window] center];
NSWindow * window = [self window];
[window setFrameAutosaveName: @"MessageWindowFrame"];
[window setFrameUsingName: @"MessageWindowFrame"];
[window center];
//initially sort peer table by IP
if ([[fMessageTable sortDescriptors] count] == 0)