Where does that magic number come from?
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
8e3be15365
commit
ccc042b7d7
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue