mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 11:20:03 +00:00
LibGUI: Remove parent parameter to GUI::Widget constructor
This commit is contained in:
@@ -31,8 +31,7 @@
|
||||
|
||||
namespace GUI {
|
||||
|
||||
Frame::Frame(Widget* parent)
|
||||
: Widget(parent)
|
||||
Frame::Frame()
|
||||
{
|
||||
set_frame_thickness(2);
|
||||
set_frame_shape(Gfx::FrameShape::Container);
|
||||
|
||||
Reference in New Issue
Block a user