Where does that magic number come from?

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-09-14 18:06:01 +02:00
parent 8e3be15365
commit ccc042b7d7
No known key found for this signature in database
GPG Key ID: 55C211A1226CB17D
1 changed files with 1 additions and 0 deletions

View File

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