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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user