mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:17:44 +00:00
Rename LizaBold to LizaRegular and LizaBlack to LizaBold.
LizaRegular is quickly becoming my favorite bitmap font. It's so pretty :^)
This commit is contained in:
parent
0c38a4c30f
commit
b1e054ffe8
7 changed files with 2 additions and 5 deletions
|
@ -34,7 +34,6 @@ private:
|
|||
ClockWidget::ClockWidget(GWidget* parent)
|
||||
: GWidget(parent)
|
||||
{
|
||||
set_font(Font::default_bold_font());
|
||||
set_relative_rect({ 0, 0, 100, 40 });
|
||||
start_timer(250);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue