mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 09:01:16 +00:00
include previously removed borderpadding and cellspacing, bug 215629, r=jkeiser sr=dbaron
This commit is contained in:
parent
e0af45990e
commit
f597144140
@ -1320,7 +1320,7 @@ BasicTableLayoutStrategy::CalcPctAdjTableWidth(nsIPresContext& aPresCon
|
||||
}
|
||||
// If there is only one col and it is % based, it won't affect anything
|
||||
if ((1 == numCols) && (numCols == numPerCols)) {
|
||||
return basis;
|
||||
return basis + borderPadding.left + borderPadding.right + mCellSpacingTotal;
|
||||
}
|
||||
|
||||
// compute a basis considering total percentages and the desired width of everything else
|
||||
|
@ -1320,7 +1320,7 @@ BasicTableLayoutStrategy::CalcPctAdjTableWidth(nsIPresContext& aPresCon
|
||||
}
|
||||
// If there is only one col and it is % based, it won't affect anything
|
||||
if ((1 == numCols) && (numCols == numPerCols)) {
|
||||
return basis;
|
||||
return basis + borderPadding.left + borderPadding.right + mCellSpacingTotal;
|
||||
}
|
||||
|
||||
// compute a basis considering total percentages and the desired width of everything else
|
||||
|
Loading…
Reference in New Issue
Block a user