mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 21:08:12 +00:00
IRCClient: Add 16x16 icon
This commit is contained in:
parent
52f62c2d7e
commit
e12bbc097f
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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue