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:
parent
c808cd624a
commit
609f1994e1
5 changed files with 908 additions and 761 deletions
|
@ -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;
|
||||
|
|
|
@ -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];
|
||||
|
|
|
@ -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
Loading…
Reference in a new issue