diff options
Diffstat (limited to 'Applications/IRCClient/IRCAppWindow.cpp')
-rw-r--r-- | Applications/IRCClient/IRCAppWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Applications/IRCClient/IRCAppWindow.cpp b/Applications/IRCClient/IRCAppWindow.cpp index be7afdcb00..9b447f0b33 100644 --- a/Applications/IRCClient/IRCAppWindow.cpp +++ b/Applications/IRCClient/IRCAppWindow.cpp @@ -58,7 +58,7 @@ IRCAppWindow::IRCAppWindow(String server, int port) set_icon(Gfx::Bitmap::load_from_file("/res/icons/16x16/app-irc-client.png")); update_title(); - set_rect(200, 200, 600, 400); + resize(600, 400); setup_actions(); setup_menus(); setup_widgets(); |