From f70ca77f96a763f7aefe36b648b572d55e0ccfdd Mon Sep 17 00:00:00 2001 From: "rpotts%netscape.com" Date: Thu, 21 Jan 1999 09:59:26 +0000 Subject: [PATCH] whacked the default size of the webshellwindow for now... git-svn-id: svn://10.0.0.236/trunk@18165 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/appshell/src/nsWebShellWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp b/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp index 5385b79bc0a..5ca56e4819d 100644 --- a/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp +++ b/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp @@ -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;