small design changes to the add windows, mainly placing the location, group, priority, and verify options into a box

This commit is contained in:
Mitchell Livingston
2010-04-16 02:07:57 +00:00
parent c808cd624a
commit 609f1994e1
5 changed files with 908 additions and 761 deletions

View File

@@ -29,7 +29,7 @@
@interface AddMagnetWindowController : NSWindowController
{
IBOutlet NSImageView * fIconView, * fLocationImageView;
IBOutlet NSImageView * fLocationImageView;
IBOutlet NSTextField * fNameField, * fLocationField;
IBOutlet NSButton * fStartCheck;
IBOutlet NSPopUpButton * fGroupPopUp, * fPriorityPopUp;