mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-03 14:50:02 +00:00
ThemeEditor: Set window icon and title
This commit is contained in:
parent
7703dad36b
commit
84a272ad2a
Notes:
sideshowbarker
2024-07-19 03:20:27 +09:00
Author: https://github.com/awesomekling
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