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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user