mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
Welcome: Remove the default GUI::Frame look from TextWidget
This commit is contained in:
parent
e705e4e083
commit
9cf92831e3
Notes:
sideshowbarker
2024-07-19 08:58:08 +09:00
Author: https://github.com/awesomekling
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
Add a link
Reference in a new issue