mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 06:48:12 +00:00
Some color cleanup.
This commit is contained in:
parent
aceedaf957
commit
e16d145cb4
9 changed files with 27 additions and 22 deletions
|
@ -21,7 +21,7 @@ void RootWidget::onPaint(PaintEvent& event)
|
|||
event.rect().width(),
|
||||
event.rect().height());
|
||||
Painter painter(*this);
|
||||
painter.fillRect(event.rect(), Color(0x40, 0x40, 0x40));
|
||||
painter.fillRect(event.rect(), Color(0, 72, 96));
|
||||
}
|
||||
|
||||
void RootWidget::onMouseMove(MouseEvent& event)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue