Terminal: Add a window icon.

This commit is contained in:
Andreas Kling 2019-04-16 17:55:39 +02:00
commit 8251f97858
Notes: sideshowbarker 2024-07-19 14:41:06 +09:00
2 changed files with 1 additions and 0 deletions

View file

@ -98,6 +98,7 @@ int main(int argc, char** argv)
window->move_to(300, 300);
terminal.apply_size_increments_to_window(*window);
window->show();
window->set_icon_path("/res/icons/16x16/app-terminal.png");
auto menubar = make<GMenuBar>();

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 B