just fix a comment, no code change (mac has a menu bar height of 22, it is not different)

git-svn-id: svn://10.0.0.236/trunk@175047 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
joshmoz%gmail.com
2005-06-23 09:29:04 +00:00
parent 5a66d98b91
commit dbd2b4bc1e

View File

@@ -1211,7 +1211,7 @@ PRBool nsXULWindow::LoadMiscPersistentAttributesFromXUL()
void nsXULWindow::StaggerPosition(PRInt32 &aRequestedX, PRInt32 &aRequestedY,
PRInt32 aSpecWidth, PRInt32 aSpecHeight)
{
const PRInt32 kOffset = 22; // XXX traditionally different for mac.
const PRInt32 kOffset = 22;
const PRInt32 kSlop = 4;
nsresult rv;
PRBool keepTrying;