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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user