1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

Where does that magic number come from?

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-09-14 18:06:01 +02:00
parent 8e3be15365
commit ccc042b7d7

View File

@@ -45,6 +45,7 @@ const ZOOM_COEFFICIENT = 0.0025;
// If we have moved only this much we can zoom // If we have moved only this much we can zoom
const ZOOM_DISTANCE = 10; const ZOOM_DISTANCE = 10;
// Height of mx_ImageView_panel
const PANEL_HEIGHT = 68; const PANEL_HEIGHT = 68;
interface IProps extends IDialogProps { interface IProps extends IDialogProps {