mirror of
https://github.com/RGBCube/serenity
synced 2025-05-22 11:45:08 +00:00
TextEditor: Tweak 16x16 icon
In keeping with the slightly-higher-contrast theme.
This commit is contained in:
parent
14edd67bcc
commit
bc1ec588f0
9 changed files with 6 additions and 6 deletions
|
@ -60,7 +60,7 @@ int main(int argc, char** argv)
|
|||
text_widget.open_sesame(argv[1]);
|
||||
|
||||
window->show();
|
||||
window->set_icon(Gfx::Bitmap::load_from_file("/res/icons/TextEditor16.png"));
|
||||
window->set_icon(Gfx::Bitmap::load_from_file("/res/icons/16x16/app-text-editor.png"));
|
||||
|
||||
return app->exec();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue