Any reason not to use ui_color() there ??

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23178 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2007-12-28 01:22:16 +00:00
parent 7ea2bdd3ff
commit f7ef520ff5

View File

@ -163,7 +163,9 @@ AboutView::AboutView(const BRect &rect)
r.OffsetBy(0, fLogo->Bounds().Height());
fInfoView = new BView(r, "infoview", B_FOLLOW_LEFT | B_FOLLOW_TOP_BOTTOM, B_WILL_DRAW);
fInfoView->SetViewColor(235, 235, 235);
fInfoView->SetViewColor(ui_color(B_PANEL_BACKGROUND_COLOR));
fInfoView->SetLowColor(fInfoView->ViewColor());
fInfoView->SetHighColor(ui_color(B_PANEL_TEXT_COLOR));
AddChild(fInfoView);
// Add all the various labels for system infomation