Monotone-Parent: 9ba50cdae73842f1d837579953a70089622effa5

Monotone-Revision: efb4cad1d07472e5ed5121c7bb6c6545f37d2f0e

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-09-01T20:49:17
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-09-01 20:49:17 +00:00
parent 67e8ac48ab
commit 186eff9c85

View File

@@ -1522,7 +1522,7 @@ function onLinkBannerClick() {
function onPreferencesClick(event) {
var urlstr = UserFolderURL + "preferences";
var w = window.open(urlstr, "_blank",
"width=520,height=450,resizable=1,scrollbars=0,location=0");
"width=580,height=450,resizable=1,scrollbars=0,location=0");
w.opener = window;
w.focus();