IRCClient: Add 16x16 icon

This commit is contained in:
Andreas Kling 2019-09-04 18:56:39 +02:00
parent 52f62c2d7e
commit e12bbc097f
Notes: sideshowbarker 2024-07-19 12:18:31 +09:00
2 changed files with 3 additions and 0 deletions

View File

@ -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();

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 B