Skip to content

Commit

Permalink
updated Table cell width.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kray-G committed Sep 27, 2021
1 parent ff0f139 commit 2054f9e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/processdoc/Table.kx
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 141,11 @@ namespace Typesetting {
}
}
}
for (var i = 0, l = lens.length(); i < l; i) {
if (lens[i] < limitWidth_) {
lens[i] = limitWidth_;
}
}
var widthlist;
do {
var total = 0;
Expand Down

0 comments on commit 2054f9e

Please sign in to comment.