Bug #285815 --> fix the maximize button in the thunderbird 3-pane window

This commit is contained in:
scott%scott-macgregor.org 2005-03-13 06:13:41 +00:00
parent 0e563459d4
commit de2a01cd26

View File

@ -112,7 +112,7 @@ nsMessengerBootstrap::Handle(nsICommandLine* aCmdLine)
}
wwatch->OpenWindow(nsnull, "chrome://messenger/content/", "_blank",
"chrome,dialog=no,all", argsArray, getter_AddRefs(opened));
"chrome,extrachrome,menubar,resizable,scrollbars,status,toolbar,dialog=no", argsArray, getter_AddRefs(opened));
aCmdLine->SetPreventDefault(PR_TRUE);
}