mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-05 08:06:09 +00:00
Base: Create /res/graphics/ and relocate system art assets
This commit is contained in:
committed by
Andreas Kling
parent
4463fed398
commit
61ba39dfa0
@@ -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 };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user