From d3100ffbd397bce69521485934eb0166e59bd103 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sun, 4 Nov 2007 15:15:50 +0000 Subject: [PATCH] make gray lighter --- macosx/TorrentCell.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/TorrentCell.m b/macosx/TorrentCell.m index 7ea163004..1968ab50d 100644 --- a/macosx/TorrentCell.m +++ b/macosx/TorrentCell.m @@ -59,7 +59,7 @@ static uint32_t kBlue = OSSwapBigToHostConstInt32(0x50A0FFFF), //80, 160, 255 kBlue2 = OSSwapBigToHostConstInt32(0x6BFFFFFF), //153, 255, 255 kBlue3 = OSSwapBigToHostConstInt32(0x6B84FFFF), //153, 204, 255 kBlue4 = OSSwapBigToHostConstInt32(0x426BFFFF), //102, 153, 255 - kGray = OSSwapBigToHostConstInt32(0x969696FF); //150, 150, 150 + kGray = OSSwapBigToHostConstInt32(0xE9E9E9FF); //100, 100, 100 - (void) drawBar: (NSRect) barRect; - (void) drawRegularBar: (NSRect) barRect;