mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:37:35 +00:00
More hacking on Widgets.
This commit is contained in:
parent
aee66e0119
commit
f337616741
15 changed files with 135 additions and 19 deletions
|
@ -6,6 +6,8 @@
|
|||
Widget::Widget(Widget* parent)
|
||||
: Object(parent)
|
||||
{
|
||||
m_backgroundColor = Color(255, 255, 255);
|
||||
m_foregroundColor = Color(0, 0, 0);
|
||||
}
|
||||
|
||||
Widget::~Widget()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue