Fixed the info panel and refined its look

This commit is contained in:
Eric Petit
2006-03-27 15:09:29 +00:00
parent 256bda38ce
commit 5165d09994
7 changed files with 146 additions and 66 deletions

View File

@@ -54,15 +54,17 @@
IBOutlet NSTextField * fTotalULField;
IBOutlet NSPanel * fInfoPanel;
IBOutlet NSTextField * fInfoTitle;
IBOutlet NSImageView * fInfoImageView;
IBOutlet NSTextField * fInfoName;
IBOutlet NSTextField * fInfoSize;
IBOutlet NSTextField * fInfoTracker;
IBOutlet NSTextField * fInfoAnnounce;
IBOutlet NSTextField * fInfoSize;
IBOutlet NSTextField * fInfoPieces;
IBOutlet NSTextField * fInfoPieceSize;
IBOutlet NSTextField * fInfoPieces;
IBOutlet NSTextField * fInfoHash1;
IBOutlet NSTextField * fInfoHash2;
IBOutlet NSTextField * fInfoSeeders;
IBOutlet NSTextField * fInfoLeechers;
IBOutlet NSTextField * fInfoFolder;
IBOutlet NSTextField * fInfoDownloaded;
IBOutlet NSTextField * fInfoUploaded;