Set click point before displaying so that mouse up on a button instantly

deselects it.
Store application icon when first loaded so it doesn't have badges on it.
Move a few things into the nib file
Put ellipis at end of name / tracker / announce if it doesn't fit
This commit is contained in:
Eric Petit
2006-03-28 11:17:42 +00:00
parent bd8dc9752c
commit 10ce5c72c6
5 changed files with 10 additions and 11 deletions

View File

@@ -67,6 +67,7 @@
IBOutlet NSTextField * fInfoLeechers;
IBOutlet NSTextField * fInfoDownloaded;
IBOutlet NSTextField * fInfoUploaded;
NSImage * fAppIcon;
io_connect_t fRootPort;
NSArray * fFilenames;