Fixed config view color so that, like Be's version, all config views have the same color

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9970 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matthew Wilber
2004-11-15 23:38:36 +00:00
parent b28f1889df
commit 85e99c67fa
@@ -147,6 +147,8 @@ DataTranslationsWindow::ShowConfigView(int32 id)
}
fConfigView->MoveTo(configRect.left, configRect.top);
fConfigView->ResizeTo(configRect.Width(), configRect.Height());
fConfigView->SetViewColor(ui_color(B_PANEL_BACKGROUND_COLOR));
// force config views to all have the same color
fRightBox->AddChild(fConfigView);
UpdateIfNeeded();