Add higher width for grid col to fix merging

This commit is contained in:
Dolan
2019-02-26 21:38:54 +00:00
parent 8dc590746b
commit 416a239708
2 changed files with 49 additions and 1 deletions

View File

@ -32,7 +32,7 @@ export class Table extends XmlComponent {
table will make it look reasonable, as the layout
algorithm will expand columns to fit its content
*/
gridCols.push(1);
gridCols.push(100);
}
this.grid = new TableGrid(gridCols);
}