mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05: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)
|
||||
: m_text(text)
|
||||
{
|
||||
set_frame_thickness(0);
|
||||
set_frame_shadow(Gfx::FrameShadow::Plain);
|
||||
set_frame_shape(Gfx::FrameShape::NoFrame);
|
||||
}
|
||||
|
||||
TextWidget::~TextWidget()
|
||||
|
|
Loading…
Add table
Reference in a new issue