FontEditor: Add a window icon.

This commit is contained in:
Andreas Kling 2019-04-18 02:30:35 +02:00
parent c7d6e568ba
commit 36a6c10b09
Notes: sideshowbarker 2024-07-19 14:40:19 +09:00
2 changed files with 1 additions and 0 deletions

View file

@ -31,5 +31,6 @@ int main(int argc, char** argv)
window->set_main_widget(font_editor);
window->set_should_exit_event_loop_on_close(true);
window->show();
window->set_icon_path("/res/icons/16x16/app-font-editor.png");
return app.exec();
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B