mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +00:00
LibGUI: Use LizaBold as the default button font.
This commit is contained in:
@@ -7,6 +7,7 @@ GButton::GButton(GWidget* parent)
|
||||
: GWidget(parent)
|
||||
{
|
||||
set_fill_with_background_color(false);
|
||||
set_font(Font::default_bold_font());
|
||||
}
|
||||
|
||||
GButton::~GButton()
|
||||
|
||||
Reference in New Issue
Block a user