mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Decrease ZOOM_COEFFICIENT
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
ac00c80efb
commit
72d8e6ccca
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ const MAX_ZOOM = 300;
|
|||
// This is used for the buttons
|
||||
const ZOOM_STEP = 10;
|
||||
// This is used for mouse wheel events
|
||||
const ZOOM_COEFFICIENT = 10;
|
||||
const ZOOM_COEFFICIENT = 7.5;
|
||||
// If we have moved only this much we can zoom
|
||||
const ZOOM_DISTANCE = 10;
|
||||
|
||||
|
|
Loading…
Reference in a new issue