fixed table maxElementSize
git-svn-id: svn://10.0.0.236/trunk@5821 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -143,7 +143,8 @@ PRBool BasicTableLayoutStrategy::Initialize(nsSize* aMaxElementSize)
|
||||
{
|
||||
aMaxElementSize->height = 0;
|
||||
aMaxElementSize->width = mMinTableWidth;
|
||||
if (PR_TRUE==gsDebug) printf("BTLS::Init setting aMaxElementSize->width = %d\n", aMaxElementSize->width);
|
||||
if (PR_TRUE==gsDebug)
|
||||
printf("BTLS::Init setting aMaxElementSize->width = %d\n", aMaxElementSize->width);
|
||||
}
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user