1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-24 16:52:39 +00: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:
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;

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];

View file

@ -92,6 +92,7 @@
NSString * name = [fTorrent name];
[[self window] setTitle: name];
[fNameField setStringValue: name];
[fNameField setToolTip: name];
[fIconView setImage: [fTorrent icon]];

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff