mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 22:28:12 +00:00
FontEditor: Add a window icon.
This commit is contained in:
parent
c7d6e568ba
commit
36a6c10b09
2 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue