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:
parent
495c4f940d
commit
3729f7cc6a
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue