Mail: Update background color to use setting

Fixes #12360
This commit is contained in:
John Scipione 2015-10-15 16:05:36 -07:00
parent d2eca26b73
commit a0242c53e2
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ FindPanel::~FindPanel()
void FindPanel::AttachedToWindow()
{
BView::AttachedToWindow();
SetViewColor(216, 216, 216);
SetViewColor(ui_color(B_PANEL_BACKGROUND_COLOR));
Window()->SetDefaultButton(fFindButton);
fFindButton->SetTarget(this);