aboutsummaryrefslogtreecommitdiff
path: root/dw/table.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-07-21 22:22:54 +0200
committerSebastian Geerken <devnull@localhost>2014-07-21 22:22:54 +0200
commit0a6fc284229b0fa4bb567ad26d76bff01a62a01b (patch)
treeb3f848b4036cd48fd6dd91fd7887aa2b09432199 /dw/table.cc
parent26e47e9cef47b3e65087c88a303666e5a81b49b1 (diff)
New dillorc option adjust_table_min_width.
Diffstat (limited to 'dw/table.cc')
-rw-r--r--dw/table.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/table.cc b/dw/table.cc
index 5df366a4..6b3ae804 100644
--- a/dw/table.cc
+++ b/dw/table.cc
@@ -28,6 +28,7 @@ using namespace lout;
namespace dw {
+bool Table::adjustTableMinWidth = true;
int Table::CLASS_ID = -1;
Table::Table(bool limitTextWidth)