FontEditor: Add a window icon.
This commit is contained in:
parent
c7d6e568ba
commit
36a6c10b09
Notes:
sideshowbarker
2024-07-19 14:40:19 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/36a6c10b09e
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();
|
||||
}
|
||||
|
|
BIN
Base/res/icons/16x16/app-font-editor.png
Normal file
BIN
Base/res/icons/16x16/app-font-editor.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 229 B |
Loading…
Add table
Reference in a new issue