mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 10:48:53 +00:00
About: Use Katica Bold for displaying the system name. :^)
This commit is contained in:
parent
495c4f940d
commit
3729f7cc6a
Notes:
sideshowbarker
2024-07-19 15:09:19 +09:00
Author: https://github.com/awesomekling
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