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

This commit is contained in:
rpotts%netscape.com 1999-01-21 09:59:26 +00:00
Родитель 514e1957db
Коммит 13f103dae3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;