mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 11:01:40 +00:00
Decreasing the height of the window to provide a workaround for bug #3976.
Approved by Chris H.
This commit is contained in:
parent
7f4842ca46
commit
c0f111d872
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user