mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 02:47:34 +00:00
Welcome: Remove the default GUI::Frame look from TextWidget
This commit is contained in:
parent
e705e4e083
commit
9cf92831e3
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@
|
||||||
TextWidget::TextWidget(const StringView& text)
|
TextWidget::TextWidget(const StringView& text)
|
||||||
: m_text(text)
|
: m_text(text)
|
||||||
{
|
{
|
||||||
|
set_frame_thickness(0);
|
||||||
|
set_frame_shadow(Gfx::FrameShadow::Plain);
|
||||||
|
set_frame_shape(Gfx::FrameShape::NoFrame);
|
||||||
}
|
}
|
||||||
|
|
||||||
TextWidget::~TextWidget()
|
TextWidget::~TextWidget()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue