Skip to content

Commit

Permalink
Set default left track offset to 0px (#100).
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas van den Berg committed Apr 21, 2021
1 parent 3380f8e commit 781adb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Panels/FrameTrackViewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ define([
*/
var Module = {};

Module._trackOffsetLeft = 20;
Module._trackOffsetLeft = 0;
Module._trackOffsetRight = 0;
Module._leftRightOffsetMarginH = 1;
Module._trackMarginV = 2;
Expand Down

0 comments on commit 781adb1

Please sign in to comment.