mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 10:43:24 +00:00
Bug #285815 --> fix the maximize button in the thunderbird 3-pane window
This commit is contained in:
parent
0e563459d4
commit
de2a01cd26
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user