mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:57:44 +00:00
DevTools+Apps: Set correct icons for ThemeEditor and VisualBuilder
VB appears deprecated in favor of HackStudio, but until it's officially gone-no app left behind!
This commit is contained in:
parent
9adbbff4dd
commit
60872a7c5a
3 changed files with 4 additions and 1 deletions
|
@ -109,6 +109,6 @@ int main(int argc, char** argv)
|
|||
window->resize(480, 500);
|
||||
window->show();
|
||||
window->set_title("Theme Editor");
|
||||
window->set_icon(Gfx::Bitmap::load_from_file("/res/icons/16x16/themes.png"));
|
||||
window->set_icon(Gfx::Bitmap::load_from_file("/res/icons/16x16/app-theme-editor.png"));
|
||||
return app->exec();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue