diff options
author | Sebastian Geerken <devnull@localhost> | 2014-07-21 22:22:54 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-07-21 22:22:54 +0200 |
commit | 0a6fc284229b0fa4bb567ad26d76bff01a62a01b (patch) | |
tree | b3f848b4036cd48fd6dd91fd7887aa2b09432199 /src/dillo.cc | |
parent | 26e47e9cef47b3e65087c88a303666e5a81b49b1 (diff) |
New dillorc option adjust_table_min_width.
Diffstat (limited to 'src/dillo.cc')
-rw-r--r-- | src/dillo.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dillo.cc b/src/dillo.cc index d67ba3af..90eecdd7 100644 --- a/src/dillo.cc +++ b/src/dillo.cc @@ -58,6 +58,7 @@ #include "dw/fltkcore.hh" #include "dw/widget.hh" #include "dw/textblock.hh" +#include "dw/table.hh" /* * Command line options structure @@ -485,6 +486,7 @@ int main(int argc, char **argv) StyleEngine::init(); dw::core::Widget::setAdjustMinWidth (prefs.adjust_min_width); + dw::Table::setAdjustTableMinWidth (prefs.adjust_table_min_width); dw::Textblock::setPenaltyHyphen (prefs.penalty_hyphen); dw::Textblock::setPenaltyHyphen2 (prefs.penalty_hyphen_2); dw::Textblock::setPenaltyEmDashLeft (prefs.penalty_em_dash_left); |