diff options
Diffstat (limited to 'test/dw_table.cc')
-rw-r--r-- | test/dw_table.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dw_table.cc b/test/dw_table.cc index 75842e60..ef1572a6 100644 --- a/test/dw_table.cc +++ b/test/dw_table.cc @@ -92,7 +92,7 @@ int main(int argc, char **argv) table->addRow (wordStyle); for (int j = 0; j < 4; j++) { - Textblock *cell = new Textblock (false); + Textblock *cell = new Textblock (false, 100); cell->setStyle (cellStyle); table->addCell (cell, 1, 1); |