About: Use Katica Bold for displaying the system name. :^)

This commit is contained in:
Andreas Kling 2019-03-06 22:39:31 +01:00
commit 3729f7cc6a
Notes: sideshowbarker 2024-07-19 15:09:19 +09:00

View file

@ -24,6 +24,7 @@ int main(int argc, char** argv)
32, 32);
auto* label = new GLabel(widget);
label->set_font(Font::default_bold_font());
label->set_text("Serenity Operating System");
label->set_relative_rect(0, 50, widget->width(), 20);