mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:27:45 +00:00
Browser: Make the main browser window a little bit bigger by default
This commit is contained in:
parent
1883efe010
commit
80f1749196
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ BrowserWindow::BrowserWindow(CookieJar& cookie_jar, URL url)
|
|||
auto app_icon = GUI::Icon::default_icon("app-browser");
|
||||
m_bookmarks_bar = Browser::BookmarksBarWidget::construct(Browser::bookmarks_file_path(), true);
|
||||
|
||||
resize(640, 480);
|
||||
resize(730, 560);
|
||||
set_icon(app_icon.bitmap_for_size(16));
|
||||
set_title("Browser");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue