for seeding peers overlay a check mark on progress bar

This commit is contained in:
Mitchell Livingston
2007-09-25 21:11:54 +00:00
parent 7a15abaf7a
commit 8d4d653044
5 changed files with 21 additions and 2 deletions
+1
View File
@@ -27,5 +27,6 @@
@interface PeerProgressIndicatorCell : NSLevelIndicatorCell
{
BOOL fIsHidden;
NSImage * fCheckImage;
}
@end