mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:27:44 +00:00
ThemeEditor: Set window icon and title
This commit is contained in:
parent
7703dad36b
commit
84a272ad2a
1 changed files with 2 additions and 0 deletions
|
@ -82,5 +82,7 @@ int main(int argc, char** argv)
|
|||
|
||||
window->resize(500, 500);
|
||||
window->show();
|
||||
window->set_title("Theme Editor");
|
||||
window->set_icon(Gfx::Bitmap::load_from_file("/res/icons/16x16/themes.png"));
|
||||
return app->exec();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue