1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 19:05:07 +00:00

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

This commit is contained in:
Andreas Kling 2019-03-06 22:39:31 +01:00
parent 495c4f940d
commit 3729f7cc6a

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);