mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-21 15:14:13 +00:00
Userspace: Use Core::Object::add() when building interfaces
This commit is contained in:
@@ -29,8 +29,7 @@
|
||||
#include <LibGUI/Painter.h>
|
||||
#include <LibM/math.h>
|
||||
|
||||
SampleWidget::SampleWidget(GUI::Widget* parent)
|
||||
: GUI::Frame(parent)
|
||||
SampleWidget::SampleWidget()
|
||||
{
|
||||
set_frame_shape(Gfx::FrameShape::Container);
|
||||
set_frame_shadow(Gfx::FrameShadow::Sunken);
|
||||
|
||||
Reference in New Issue
Block a user