Fix some blatantly missing uses of ui_color(), but there is a lot of work to do here... BControlLook itself doesn't even respect those correctly either...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38121 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -848,6 +848,7 @@ AboutView::_CreateCreditsView()
|
||||
fCreditsView->MakeEditable(false);
|
||||
fCreditsView->SetWordWrap(true);
|
||||
fCreditsView->SetInsets(5, 5, 5, 5);
|
||||
fCreditsView->SetViewColor(ui_color(B_DOCUMENT_BACKGROUND_COLOR));
|
||||
|
||||
BScrollView* creditsScroller = new BScrollView("creditsScroller",
|
||||
fCreditsView, B_WILL_DRAW | B_FRAME_EVENTS, false, true,
|
||||
|
||||
Reference in New Issue
Block a user