mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 21:25:07 +00:00
WindowServer: Tweak CPU usage history color.
This commit is contained in:
parent
94df0c1ba6
commit
2336d43abc
1 changed files with 1 additions and 1 deletions
|
@ -1019,7 +1019,7 @@ void WSWindowManager::draw_menubar()
|
|||
m_back_painter->draw_line(
|
||||
{ cpu_rect.x() + i, cpu_rect.bottom() },
|
||||
{ cpu_rect.x() + i, (int)(cpu_rect.y() + (cpu_rect.height() - (cpu_usage * (float)cpu_rect.height()))) },
|
||||
Color(0, 200, 0)
|
||||
Color::from_rgb(0xaa6d4b)
|
||||
);
|
||||
++i;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue