mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:57:46 +00:00
LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr
This commit is contained in:
parent
4ea229accd
commit
93851c3832
25 changed files with 38 additions and 36 deletions
|
@ -9,7 +9,7 @@ CalculatorWidget::CalculatorWidget(GWidget* parent)
|
|||
{
|
||||
set_fill_with_background_color(true);
|
||||
|
||||
m_entry = new GTextBox(this);
|
||||
m_entry = GTextBox::construct(this);
|
||||
m_entry->set_relative_rect(5, 5, 244, 26);
|
||||
m_entry->set_text_alignment(TextAlignment::CenterRight);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue