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
c37ded0ae4
commit
a4491e9630
9 changed files with 150 additions and 2 deletions
|
@ -11,6 +11,8 @@ TerminalWidget* g_tw;
|
|||
TerminalWidget::TerminalWidget(Widget* parent)
|
||||
: Widget(parent)
|
||||
{
|
||||
setIsWindow(true);
|
||||
|
||||
g_tw = this;
|
||||
|
||||
setRect({ 100, 300, columns() * 8, rows() * 10 });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue