changes the background color of CurrentAppIconView

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17726 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2006-06-05 10:21:02 +00:00
parent c43d7cdc2e
commit 1b4a4f541a

View File

@ -544,7 +544,7 @@ private:
fAppInfo(NULL)
{
SetViewColor(B_TRANSPARENT_32_BIT);
fBackground = ui_color(B_PANEL_BACKGROUND_COLOR);
fBackground = tint_color(ui_color(B_PANEL_BACKGROUND_COLOR), B_DARKEN_1_TINT);
}
virtual void Draw(BRect updateRect)