[haiku-commits] r39475 - haiku/trunk/src/kits/interface

  • From: philippe.houdoin@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 18 Nov 2010 10:58:41 +0100 (CET)

Author: phoudoin
Date: 2010-11-18 10:58:41 +0100 (Thu, 18 Nov 2010)
New Revision: 39475
Changeset: http://dev.haiku-os.org/changeset/39475

Modified:
   haiku/trunk/src/kits/interface/ColumnListView.cpp
Log:
Harmonized default even and odd lines colors with the ones used in
MediaPlayer's playlist.


Modified: haiku/trunk/src/kits/interface/ColumnListView.cpp
===================================================================
--- haiku/trunk/src/kits/interface/ColumnListView.cpp   2010-11-18 08:06:31 UTC 
(rev 39474)
+++ haiku/trunk/src/kits/interface/ColumnListView.cpp   2010-11-18 09:58:41 UTC 
(rev 39475)
@@ -119,7 +119,7 @@
        0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
 };
 
-static const float kTintedLineTint = 0.7 * B_NO_TINT + 0.3 * B_DARKEN_1_TINT;
+static const float kTintedLineTint = 1.04;
 
 static const float kTitleHeight = 16.0;
 static const float kLatchWidth = 15.0;
@@ -127,7 +127,7 @@
 
 static const rgb_color kColor[B_COLOR_TOTAL] =
 {
-    {236, 236, 236, 255},           // B_COLOR_BACKGROUND
+    {255, 255, 255, 255},           // B_COLOR_BACKGROUND
     {  0,   0,   0, 255},           // B_COLOR_TEXT
     {148, 148, 148, 255},           // B_COLOR_ROW_DIVIDER
     {190, 190, 190, 255},           // B_COLOR_SELECTION


Other related posts: