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

This commit is contained in:
joshmoz%gmail.com 2005-06-23 09:29:04 +00:00
Родитель d9a66f2fd6
Коммит 264ed42f5c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;