mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:27:45 +00:00
Terminal: Add a window icon.
This commit is contained in:
parent
29abfc8623
commit
8251f97858
2 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ int main(int argc, char** argv)
|
||||||
window->move_to(300, 300);
|
window->move_to(300, 300);
|
||||||
terminal.apply_size_increments_to_window(*window);
|
terminal.apply_size_increments_to_window(*window);
|
||||||
window->show();
|
window->show();
|
||||||
|
window->set_icon_path("/res/icons/16x16/app-terminal.png");
|
||||||
|
|
||||||
auto menubar = make<GMenuBar>();
|
auto menubar = make<GMenuBar>();
|
||||||
|
|
||||||
|
|
BIN
Base/res/icons/16x16/app-terminal.png
Normal file
BIN
Base/res/icons/16x16/app-terminal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 123 B |
Loading…
Add table
Add a link
Reference in a new issue