mirror of
https://github.com/nasa/openmct.git
synced 2025-05-30 06:04:20 +00:00
[Mobile] Gestures
ZOOM_AMT set back to original 0.02, because .025 made zoom out too fast.
This commit is contained in:
parent
aa4dbf7062
commit
aedbd3bd9b
@ -9,7 +9,7 @@ define(
|
|||||||
|
|
||||||
var RANGE_TICK_COUNT = 7,
|
var RANGE_TICK_COUNT = 7,
|
||||||
DOMAIN_TICK_COUNT = 5,
|
DOMAIN_TICK_COUNT = 5,
|
||||||
ZOOM_AMT = 0.025;
|
ZOOM_AMT = 0.02;
|
||||||
|
|
||||||
function MCTPlot() {
|
function MCTPlot() {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user