New prefs setting to keep the window sized perfectly for the current number of transfers.

This commit is contained in:
Mitchell Livingston
2006-07-22 16:38:05 +00:00
parent ac45b31069
commit c0004c7e96
10 changed files with 66 additions and 12 deletions

View File

@@ -7,6 +7,7 @@
folderSheetShow = id;
importFolderSheetShow = id;
setAutoImport = id;
setAutoSize = id;
setBadge = id;
setDownloadLocation = id;
setLimit = id;
@@ -25,6 +26,7 @@
LANGUAGE = ObjC;
OUTLETS = {
fAutoImportCheck = NSButton;
fAutoSizeCheck = NSButton;
fBadgeDownloadRateCheck = NSButton;
fBadgeUploadRateCheck = NSButton;
fBandwidthView = NSView;