preferences: Convert to using Set*UIColor.
Signed-off-by: Augustin Cavalier <[email protected]> Patches 0023-0037 from looncraz, unmodified.
This commit is contained in:
committed by
Augustin Cavalier
parent
1a8c00c14b
commit
f0650dc98f
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user