mirror of https://github.com/vector-im/riot-web
Where does that magic number come from?
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
8e3be15365
commit
ccc042b7d7
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue