mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 08:18:55 +00:00
WindowServer: Tweak CPU usage history color.
This commit is contained in:
parent
94df0c1ba6
commit
2336d43abc
Notes:
sideshowbarker
2024-07-19 15:05:54 +09:00
Author: https://github.com/awesomekling
Commit: 2336d43abc
1 changed files with 1 additions and 1 deletions
|
@ -1019,7 +1019,7 @@ void WSWindowManager::draw_menubar()
|
||||||
m_back_painter->draw_line(
|
m_back_painter->draw_line(
|
||||||
{ cpu_rect.x() + i, cpu_rect.bottom() },
|
{ cpu_rect.x() + i, cpu_rect.bottom() },
|
||||||
{ cpu_rect.x() + i, (int)(cpu_rect.y() + (cpu_rect.height() - (cpu_usage * (float)cpu_rect.height()))) },
|
{ 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;
|
++i;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue