Bug 401340 - Update Bookmark Bar and Tab bar for 10.5. Patch and images by Philippe Wittenbergh <phiw@l-c-n.com>, r-ish=me, sr=smorgan

git-svn-id: svn://10.0.0.236/branches/CAMINO_2_0_BRANCH@257932 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alqahira%ardisson.org
2009-08-03 17:42:21 +00:00
parent a9f9b5defb
commit 47195fc448
5 changed files with 2 additions and 2 deletions

View File

@@ -184,8 +184,8 @@ static const int kBMBarScanningStep = 5;
NSColor* startColor;
NSColor* endColor;
if (isLeopardOrHigher) {
startColor = [NSColor colorWithDeviceWhite:(233.0/255.0) alpha:1.0];
endColor = [NSColor colorWithDeviceWhite:(207.0/255.0) alpha:1.0];
startColor = [NSColor colorWithDeviceWhite:(217.0/255.0) alpha:1.0];
endColor = [NSColor colorWithDeviceWhite:(195.0/255.0) alpha:1.0];
}
else {
startColor = [NSColor colorWithDeviceWhite:(235.0/255.0) alpha:1.0];