Monotone-Parent: fda20578f843fcc6f1e05c4ff194bef9d220bcae

Monotone-Revision: 90f11fe6847471901ab532bfef4bca2edff332a3

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-03-22T19:02:04
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-03-22 19:02:04 +00:00
parent c1597c9436
commit 545bd72092
5 changed files with 195 additions and 173 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ var currentFolderIsExternal = false;
var contactSelectorAction = 'addressbooks-contacts';
function openContactWindow(sender, url) {
var msgWin = window.open(url, null, "width=545,height=545,resizable=0");
var msgWin = window.open(url, null, "width=450,height=600,resizable=0");
msgWin.focus();
}