preferences: Convert to using Set*UIColor.

Signed-off-by: Augustin Cavalier <[email protected]>
Patches 0023-0037 from looncraz, unmodified.
This commit is contained in:
looncraz
2016-01-04 07:21:14 -05:00
committed by Augustin Cavalier
parent 1a8c00c14b
commit f0650dc98f
76 changed files with 376 additions and 352 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
ConfigView::ConfigView(uint32 flags)
: BView("EXRTranslator Settings", flags)
{
SetViewColor(ui_color(B_PANEL_BACKGROUND_COLOR));
SetViewUIColor(B_PANEL_BACKGROUND_COLOR);
BStringView *titleView = new BStringView("title",
B_TRANSLATE("EXR image translator"));