mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:38:11 +00:00
Base: Create /res/graphics/ and relocate system art assets
This commit is contained in:
parent
4463fed398
commit
61ba39dfa0
10 changed files with 7 additions and 7 deletions
|
@ -54,7 +54,7 @@ AboutDialog::AboutDialog(const StringView& name, const Gfx::Bitmap* icon, Window
|
|||
widget.layout()->set_spacing(0);
|
||||
|
||||
auto& banner_image = widget.add<GUI::ImageWidget>();
|
||||
banner_image.load_from_file("/res/brand-banner.png");
|
||||
banner_image.load_from_file("/res/graphics/brand-banner.png");
|
||||
|
||||
auto& content_container = widget.add<Widget>();
|
||||
content_container.set_size_policy(SizePolicy::Fill, SizePolicy::Fill);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue