mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 07:18:40 +01:00
Screen: Use B_PANEL_TEXT_COLOR for text in the RefreshWindow
Change-Id: If52c7462f6900643a8e5875b79399542e6524017 Reviewed-on: https://review.haiku-os.org/c/haiku/+/8388 Reviewed-by: nephele nephele <nep-git@packageloss.eu>
This commit is contained in:
parent
d2b9dcde31
commit
0a5286c120
@ -36,6 +36,7 @@ RefreshWindow::RefreshWindow(BPoint position, float current, float min, float ma
|
||||
|
||||
BView* topView = new BView(Bounds(), NULL, B_FOLLOW_ALL, B_WILL_DRAW);
|
||||
topView->SetViewUIColor(B_PANEL_BACKGROUND_COLOR);
|
||||
topView->SetHighUIColor(B_PANEL_TEXT_COLOR);
|
||||
AddChild(topView);
|
||||
|
||||
BRect rect = Bounds().InsetByCopy(8, 8);
|
||||
|
Loading…
Reference in New Issue
Block a user