mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 17:49:40 +00:00
Base: Create /res/graphics/ and relocate system art assets
This commit is contained in:
parent
4463fed398
commit
61ba39dfa0
Notes:
sideshowbarker
2024-07-19 03:06:01 +09:00
Author: https://github.com/thankyouverycool
Commit: 61ba39dfa0
Pull-request: https://github.com/SerenityOS/serenity/pull/3317
10 changed files with 7 additions and 7 deletions
|
@ -496,10 +496,10 @@ int main(int argc, char** argv)
|
|||
|
||||
auto& banner_image = tab_image.add<GUI::ImageWidget>();
|
||||
banner_image.set_frame_thickness(2);
|
||||
banner_image.load_from_file("/res/brand-banner.png");
|
||||
banner_image.load_from_file("/res/graphics/brand-banner.png");
|
||||
|
||||
auto& gif_animation_image = tab_image.add<GUI::ImageWidget>();
|
||||
gif_animation_image.load_from_file("/res/download-animation.gif");
|
||||
gif_animation_image.load_from_file("/res/graphics/download-animation.gif");
|
||||
|
||||
auto& tab_cursors = tab_widget.add_tab<GUI::Widget>("Cursors");
|
||||
tab_cursors.set_size_policy(GUI::SizePolicy::Fill, GUI::SizePolicy::Fill);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue