Add new parameters for width and height.

This commit is contained in:
putterman%netscape.com 1999-02-22 23:00:36 +00:00
Родитель f29e05d51b
Коммит 96db8fe1fd
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -207,7 +207,7 @@ nsMsgAppCore::Open3PaneWindow()
}
controllerCID = "6B75BB61-BD41-11d2-9D31-00805F8ADDDE";
appShell->CreateTopLevelWindow(url, controllerCID, newWindow, nsnull);
appShell->CreateTopLevelWindow(url, controllerCID, newWindow, nsnull, 200, 200);
done:
NS_RELEASE(url);
if (nsnull != appShell) {