Decreasing the height of the window to provide a workaround for bug #3976.

Approved by Chris H.
This commit is contained in:
hyatt%netscape.com 1999-04-08 23:26:08 +00:00
Родитель 07e160fb2d
Коммит 72c32995e8
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -95,7 +95,7 @@ int main(int argc, char* argv[])
char * iconic_state=nsnull;
PRInt32 widthVal = 615;
PRInt32 heightVal = 650;
PRInt32 heightVal = 480;
nsIAppShellService* appShell;
nsIDOMAppCoresManager *appCoresManager;