aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@gmx.com>2011-10-16 15:41:23 +0200
committerBert Münnich <ber.t@gmx.com>2011-10-16 15:41:23 +0200
commit960026d600d3824832dc83f925962f2d2d5839d7 (patch)
tree6c6e75c399e94483026e3649ca87fee017fb8115 /config.def.h
parent36177fb180d0a3e478bdee86664285c6a21c0be8 (diff)
downloadnsxiv-960026d600d3824832dc83f925962f2d2d5839d7.tar.zst
Mention min/max zoom level in config.def.h
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index b3e1826..6041e61 100644
--- a/config.def.h
+++ b/config.def.h
@@ -35,7 +35,9 @@ static const char * const SEL_COLOR = "#DDDDDD";
*/
static const scalemode_t SCALE_MODE = SCALE_DOWN;
-/* levels (percent) to use when zooming via '-' and '+': */
+/* levels (in percent) to use when zooming via '-' and '+':
+ * (first/last value is used as min/max zoom level)
+ */
static const float zoom_levels[] = {
12.5, 25.0, 50.0, 75.0,
100.0, 150.0, 200.0, 400.0, 800.0