mirror of
https://github.com/transmission/transmission.git
synced 2026-04-28 04:34:02 +01:00
small design changes to the add windows, mainly placing the location, group, priority, and verify options into a box
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user