mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:48:12 +00:00
Applications: Stop setting initial window location
This will let the WindowManager choose the location of the window
This commit is contained in:
parent
5ae9eee4a3
commit
4bf4a071a6
17 changed files with 14 additions and 17 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue