mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:27:45 +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
|
@ -75,7 +75,7 @@ DownloadWidget::DownloadWidget(const URL& url)
|
|||
auto& animation_layout = animation_container.set_layout<GUI::HorizontalBoxLayout>();
|
||||
|
||||
auto& browser_image = animation_container.add<GUI::ImageWidget>();
|
||||
browser_image.load_from_file("/res/download-animation.gif");
|
||||
browser_image.load_from_file("/res/graphics/download-animation.gif");
|
||||
animation_layout.add_spacer();
|
||||
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
MonitorWidget::MonitorWidget()
|
||||
{
|
||||
m_monitor_bitmap = Gfx::Bitmap::load_from_file("/res/monitor.png");
|
||||
m_monitor_bitmap = Gfx::Bitmap::load_from_file("/res/graphics/monitor.png");
|
||||
m_monitor_rect = { 8, 9, 320, 180 };
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue