diff options
author | corvid <devnull@localhost> | 2014-12-21 21:07:41 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2014-12-21 21:07:41 +0000 |
commit | 5eb74aa36fd7d0448ac740c2a35fd6d485c27aba (patch) | |
tree | 6088a7ad2b4a9a682f266908357a84a2a06679c7 /dw/table.cc | |
parent | 79d3db9a8d5d1cc4e89954aefd2194f61aac45d9 (diff) |
trim some spaces
Diffstat (limited to 'dw/table.cc')
-rw-r--r-- | dw/table.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/table.cc b/dw/table.cc index 661b8a11..30ee99c7 100644 --- a/dw/table.cc +++ b/dw/table.cc @@ -737,7 +737,7 @@ void Table::forceCalcCellSizes (bool calcHeights) // width for correction. int corrWidth = Table::getAdjustTableMinWidth () ? extremes.minWidthIntrinsic : 0; - int totalWidth = misc::max (availWidth, corrWidth) + int totalWidth = misc::max (availWidth, corrWidth) - ((numCols + 1) * getStyle()->hBorderSpacing + boxDiffWidth ()); DBG_OBJ_MSGF ("resize", 1, |