Closed Bug 219218 Opened 21 years ago Closed 21 years ago

center the ab card dialog when launched from the message headers

Categories

(SeaMonkey :: MailNews: Address Book & Contacts, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: sspitzer, Assigned: sspitzer)

Details

center the ab card dialog when launched from the message headers
the fix:

Index: base/resources/content/msgHdrViewOverlay.js
===================================================================
RCS file: /cvsroot/mozilla/mailnews/base/resources/content/msgHdrViewOverlay.js,v
retrieving revision 1.107
diff -u -w -r1.107 msgHdrViewOverlay.js
--- base/resources/content/msgHdrViewOverlay.js	21 Jul 2003 05:00:09 -0000	1.107
+++ base/resources/content/msgHdrViewOverlay.js	14 Sep 2003 21:52:53 -0000
@@ -785,7 +785,7 @@
     var displayName = emailAddressNode.getAttribute("displayName");
     window.openDialog("chrome://messenger/content/addressbook/abNewCardDialog.xul",
                       "",
-                      "chrome,titlebar,resizable=no", 
+                      "chrome,resizable=no,titlebar,modal,centerscreen", 
                       {primaryEmail:primaryEmail, displayName:displayName });
   }
 }
fixed.

mscott checked in the fix for me.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.