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:
François Revol
2010-08-15 15:49:09 +00:00
parent e6bffa0b5f
commit def864c05d
2 changed files with 6 additions and 5 deletions
+1
View File
@@ -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,