diff options
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 97bdecf7..ce957327 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -73,6 +73,7 @@ typedef struct { bool_t adjust_table_min_width; bool_t focus_new_tab; double font_factor; + double zoom_factor; int32_t font_max_size; int32_t font_min_size; int32_t scroll_step; |