ProcessManager: Add a window icon.

This commit is contained in:
Andreas Kling 2019-04-16 17:55:27 +02:00
parent 86361d3d45
commit 29abfc8623
Notes: sideshowbarker 2024-07-19 14:41:09 +09:00
2 changed files with 2 additions and 0 deletions

View File

@ -74,5 +74,7 @@ int main(int argc, char** argv)
window->set_should_exit_event_loop_on_close(true);
window->show();
window->set_icon_path("/res/icons/16x16/app-process-manager.png");
return app.exec();
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 B