mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 03:08:11 +00:00
Some color cleanup.
This commit is contained in:
parent
aceedaf957
commit
e16d145cb4
9 changed files with 27 additions and 22 deletions
|
@ -8,8 +8,8 @@
|
|||
Widget::Widget(Widget* parent)
|
||||
: Object(parent)
|
||||
{
|
||||
m_backgroundColor = Color(255, 255, 255);
|
||||
m_foregroundColor = Color(0, 0, 0);
|
||||
m_backgroundColor = Color::White;
|
||||
m_foregroundColor = Color::Black;
|
||||
}
|
||||
|
||||
Widget::~Widget()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue