IRCClient: Add 16x16 icon
This commit is contained in:
parent
52f62c2d7e
commit
e12bbc097f
Notes:
sideshowbarker
2024-07-19 12:18:31 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/e12bbc097fc
2 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
#include "IRCChannel.h"
|
||||
#include "IRCWindow.h"
|
||||
#include "IRCWindowListModel.h"
|
||||
#include <LibDraw/PNGLoader.h>
|
||||
#include <LibGUI/GAction.h>
|
||||
#include <LibGUI/GApplication.h>
|
||||
#include <LibGUI/GBoxLayout.h>
|
||||
|
@ -27,6 +28,8 @@ IRCAppWindow::IRCAppWindow()
|
|||
ASSERT(!s_the);
|
||||
s_the = this;
|
||||
|
||||
set_icon(load_png("/res/icons/16x16/app-irc-client.png"));
|
||||
|
||||
update_title();
|
||||
set_rect(200, 200, 600, 400);
|
||||
setup_actions();
|
||||
|
|
BIN
Base/res/icons/16x16/app-irc-client.png
Normal file
BIN
Base/res/icons/16x16/app-irc-client.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 197 B |
Loading…
Add table
Reference in a new issue