mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
fix for #92883. center the download news headers dialog.
r=stephend, sr=mscott
This commit is contained in:
parent
7478c47250
commit
62455166aa
@ -167,7 +167,7 @@ openWindow(nsIMsgWindow *aMsgWindow, const char *chromeURL,
|
||||
nsCOMPtr<nsIDOMWindow> dialogWindow;
|
||||
rv = parentWindow->OpenDialog(NS_ConvertASCIItoUCS2(chromeURL),
|
||||
NS_LITERAL_STRING("_blank"),
|
||||
NS_LITERAL_STRING("chrome,modal,titlebar"),
|
||||
NS_LITERAL_STRING("centerscreen,chrome,modal,titlebar"),
|
||||
ifptr, getter_AddRefs(dialogWindow));
|
||||
|
||||
return rv;
|
||||
|
Loading…
Reference in New Issue
Block a user