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

@@ -72,8 +72,7 @@
NSString * name = [fTorrent name];
[[self window] setTitle: name];
[fNameField setStringValue: name];
[fIconView setImage: [fTorrent icon]];
[fNameField setToolTip: name];
[self setGroupsMenu];
[fGroupPopUp selectItemWithTag: fGroupValue];