whacked the default size of the webshellwindow for now...

git-svn-id: svn://10.0.0.236/trunk@18165 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rpotts%netscape.com
1999-01-21 09:59:26 +00:00
parent daefb175d4
commit f70ca77f96

View File

@@ -117,7 +117,7 @@ nsresult nsWebShellWindow::Initialize(nsIAppShell* aShell, nsIURL* aUrl,
urlString = tmpStr;
// XXX: need to get the default window size from prefs...
nsRect r(0, 0, 600, 400);
nsRect r(0, 0, 600, 600);
nsWidgetInitData initData;