mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 12:35:14 +00:00
LibGUI: Use LizaBold as the default button font.
This commit is contained in:
parent
cacba45f1c
commit
6f787f6877
Notes:
sideshowbarker
2024-07-19 15:52:25 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/6f787f68770
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ GButton::GButton(GWidget* parent)
|
|||
: GWidget(parent)
|
||||
{
|
||||
set_fill_with_background_color(false);
|
||||
set_font(Font::default_bold_font());
|
||||
}
|
||||
|
||||
GButton::~GButton()
|
||||
|
|
Loading…
Add table
Reference in a new issue