mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-09 01:56:21 +00:00
LibGUI: Don't fill widgets with background color by defualt.
This commit is contained in:
@@ -7,6 +7,12 @@ GLabel::GLabel(GWidget* parent)
|
||||
{
|
||||
}
|
||||
|
||||
GLabel::GLabel(const String& text, GWidget* parent)
|
||||
: GWidget(parent)
|
||||
, m_text(text)
|
||||
{
|
||||
}
|
||||
|
||||
GLabel::~GLabel()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user