Make context menu items enabled even if the window isn't active.

Also fixed a little spacing with the buttons.
This commit is contained in:
Mitchell Livingston
2006-06-10 03:21:36 +00:00
parent 243d5a58ef
commit ed904d154d
2 changed files with 14 additions and 7 deletions

View File

@@ -28,12 +28,18 @@
#import "Utils.h"
#define BUTTON_WIDTH 14.0
#define BUTTON_TO_TOP 32.5
#define AREA_CENTER 23.0
#define BUTTON_TO_TOP 33.5
#define AREA_CENTER 21.0
#define DISTANCE_FROM_CENTER 2.5
@implementation TorrentTableView
- (void) awakeFromNib
{
[fContextRow setTitle: @"Context"];
[fContextNoRow setTitle: @"Context"];
}
- (void) setTorrents: (NSArray *) torrents
{
fTorrents = torrents;