diff --git a/macosx/Controller.m b/macosx/Controller.m
index fbf52bfa6..3fde5d779 100644
--- a/macosx/Controller.m
+++ b/macosx/Controller.m
@@ -2129,10 +2129,8 @@ static void sleepCallBack(void * controller, io_service_t y,
- (void) setWindowSizeToFit
{
- if (![fDefaults boolForKey: @"AutoSize"])
- return;
-
- [fWindow setFrame: [self windowFrameFor: [fTorrents count]] display: YES animate: YES];
+ if ([fDefaults boolForKey: @"AutoSize"])
+ [fWindow setFrame: [self windowFrameFor: [fTorrents count]] display: YES animate: YES];
}
- (NSRect) windowFrameFor: (int) count
diff --git a/macosx/English.lproj/PrefsWindow.nib/info.nib b/macosx/English.lproj/PrefsWindow.nib/info.nib
index a089dcc5f..f28b7714d 100644
--- a/macosx/English.lproj/PrefsWindow.nib/info.nib
+++ b/macosx/English.lproj/PrefsWindow.nib/info.nib
@@ -9,9 +9,11 @@
153
299 469 554 217 0 0 1152 842
28
- 85 426 553 285 0 0 1152 842
+ 124 423 554 295 0 0 1152 842
41
299 417 554 321 0 0 1152 842
+ 66
+ 299 526 554 104 0 0 1152 842
IBFramework Version
446.1
diff --git a/macosx/English.lproj/PrefsWindow.nib/keyedobjects.nib b/macosx/English.lproj/PrefsWindow.nib/keyedobjects.nib
index b2de4a331..c5563bf33 100644
Binary files a/macosx/English.lproj/PrefsWindow.nib/keyedobjects.nib and b/macosx/English.lproj/PrefsWindow.nib/keyedobjects.nib differ