Skip to content

Commit

Permalink
Merge pull request #88 from spatzengr/Min_Zoom_to_2%
Browse files Browse the repository at this point in the history
Min. Zoom to 2%
  • Loading branch information
DzikuVx authored Oct 25, 2023
2 parents 777700a + 7bab540 commit c2b29ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ function BlackboxLogViewer() {
PLAYBACK_MAX_RATE = 300,
PLAYBACK_DEFAULT_RATE = 100,
PLAYBACK_RATE_STEP = 5,
GRAPH_MIN_ZOOM = 10,
GRAPH_MIN_ZOOM = 2,
GRAPH_MAX_ZOOM = 1000,
GRAPH_DEFAULT_ZOOM = 100,
GRAPH_ZOOM_STEP = 10;
GRAPH_ZOOM_STEP = 2;

var
graphState = GRAPH_STATE_PAUSED,
Expand Down

0 comments on commit c2b29ab

Please sign in to comment.