mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 12:49:08 +00:00
WindowServer: Tweak CPU usage history color.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user