diff --git a/Demos/HelloWorld/main.cpp b/Demos/HelloWorld/main.cpp index a5510e7ac6f..34fe2be1328 100644 --- a/Demos/HelloWorld/main.cpp +++ b/Demos/HelloWorld/main.cpp @@ -38,6 +38,7 @@ int main(int argc, char** argv) auto window = GUI::Window::construct(); window->resize(240, 160); window->set_title("Hello World!"); + window->set_icon(Gfx::Bitmap::load_from_file("/res/icons/16x16/app-hello-world.png")); auto& main_widget = window->set_main_widget(); main_widget.set_fill_with_background_color(true);