Make magnifier increment a theme parameter

This commit is contained in:
Simon Long 2024-05-13 07:43:07 +01:00
parent 56a86ffeed
commit a64479037f
4 changed files with 17 additions and 6 deletions

View file

@ -296,6 +296,10 @@ elements are not listed here, but are supported.
is the default at boot; can be modified at run-time in a keyboard
or mouse binding by calling 'ZoomIn' or 'ZoomOut'. Default is x2.
*magnifier.increment*
Step by which magnification changes on each call to 'ZoomIn' or
'ZoomOut'. Default is 0.2.
*magnifier.filter*
Set to 1 to apply a bilinear filter to the magnified image.
Set to 0 to use nearest-neighbour. Default is 1 - bilinear filtered.