From 01d96e16f6217a7eafb3079a378daa40f3cd34c8 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 8 May 2021 21:57:36 +0200 Subject: rename --zoom-rate to --zoom-step and switch to percent This is consistent with --scroll-step (option name) and --zoom (percentage) --- src/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/options.h') diff --git a/src/options.h b/src/options.h index ea76b24..6441e8b 100644 --- a/src/options.h +++ b/src/options.h @@ -216,7 +216,7 @@ OPTION_bg_scale, OPTION_bg_fill, OPTION_bg_max, OPTION_zoom, -OPTION_zoom_rate, +OPTION_zoom_step, OPTION_zoom_in_rate, OPTION_zoom_out_rate, OPTION_keep_zoom_vp, -- cgit v1.2.3