mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 23:18:10 +00:00
ProcessManager+LibGUI: Tweak things to improve ProcessManager look.
This commit is contained in:
parent
9e5ad25188
commit
3bdb95e128
7 changed files with 20 additions and 15 deletions
|
@ -102,10 +102,3 @@ void MemoryStatsWidget::timer_event(CTimerEvent&)
|
|||
{
|
||||
refresh();
|
||||
}
|
||||
|
||||
void MemoryStatsWidget::paint_event(GPaintEvent& event)
|
||||
{
|
||||
GPainter painter(*this);
|
||||
painter.add_clip_rect(event.rect());
|
||||
StylePainter::paint_surface(painter, rect());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue