mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:27:35 +00:00
Base: Rename Pebbleton to reflect actual height
And update programs loading it from file.
This commit is contained in:
parent
f025204dfe
commit
5558b2cf9f
4 changed files with 2 additions and 2 deletions
|
@ -170,7 +170,7 @@ int main(int argc, char** argv)
|
|||
//
|
||||
|
||||
auto& header = background.add<GUI::Label>();
|
||||
header.set_font(Gfx::Font::load_from_file("/res/fonts/PebbletonBold11.font"));
|
||||
header.set_font(Gfx::Font::load_from_file("/res/fonts/PebbletonBold14.font"));
|
||||
header.set_text("Welcome to SerenityOS!");
|
||||
header.set_text_alignment(Gfx::TextAlignment::CenterLeft);
|
||||
header.set_size_policy(GUI::SizePolicy::Fill, GUI::SizePolicy::Fixed);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue