fix blurry icon when resizing the creator window

This commit is contained in:
Mitchell Livingston
2007-07-01 03:17:01 +00:00
parent e77a18c882
commit 6962fa6bc9
5 changed files with 7 additions and 7 deletions

View File

@@ -28,7 +28,7 @@
@interface CreatorWindowController : NSWindowController
{
IBOutlet NSImageView * fIcon;
IBOutlet NSImageView * fIconView;
IBOutlet NSTextField * fNameField, * fStatusField, * fPiecesField, * fTrackerField, * fLocationField;
IBOutlet NSTextView * fCommentView;
IBOutlet NSButton * fPrivateCheck, * fOpenCheck;