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:
parent
c43d7cdc2e
commit
1b4a4f541a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user