change the default to be 20 when a "null" size is specified
Bug 73575 r=kmcclusk, sr=attinasi git-svn-id: svn://10.0.0.236/trunk@94887 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
116dd1c6fb
commit
e3d372d68c
@ -2412,7 +2412,7 @@ nsGfxTextControlFrame2::GetSizeFromContent(PRInt32* aSize) const
|
||||
*aSize = 20;
|
||||
}
|
||||
#else
|
||||
*aSize = 1;
|
||||
*aSize = 20; // use '1' to be compatable with Nav 4.x, Use '20' to be compatable with IE
|
||||
#endif
|
||||
}
|
||||
return result;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user