diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-02-05 09:07:23 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-02-05 09:08:25 +0100 |
commit | b1e054ffe89475dea7110a06102d5ecbcc49a5cc (patch) | |
tree | d901bae07ca1fefa72dbcf4f7cfe223fdfd7ab85 /LibGUI/GButton.cpp | |
parent | 0c38a4c30f147c9f3fa605b00a861df047ad1270 (diff) | |
download | serenity-b1e054ffe89475dea7110a06102d5ecbcc49a5cc.zip |
Rename LizaBold to LizaRegular and LizaBlack to LizaBold.
LizaRegular is quickly becoming my favorite bitmap font. It's so pretty :^)
Diffstat (limited to 'LibGUI/GButton.cpp')
-rw-r--r-- | LibGUI/GButton.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/LibGUI/GButton.cpp b/LibGUI/GButton.cpp index c6347bb5f0..006c6a79c2 100644 --- a/LibGUI/GButton.cpp +++ b/LibGUI/GButton.cpp @@ -7,7 +7,6 @@ GButton::GButton(GWidget* parent) : GWidget(parent) { set_fill_with_background_color(false); - set_font(Font::default_bold_font()); } GButton::~GButton() |