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/prefs.h | |
parent | 26e47e9cef47b3e65087c88a303666e5a81b49b1 (diff) |
New dillorc option adjust_table_min_width.
Diffstat (limited to 'src/prefs.h')
-rw-r--r-- | src/prefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h index b742e6e7..ac52786e 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -67,6 +67,7 @@ typedef struct { bool_t small_icons; bool_t limit_text_width; bool_t adjust_min_width; + bool_t adjust_table_min_width; bool_t w3c_plus_heuristics; bool_t focus_new_tab; double font_factor; |