Skip to content

Commit

Permalink
v.0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ekatrukha committed Dec 4, 2023
1 parent e36ac9d commit c6319ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/bigtrace/BigTraceData.java
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public class BigTraceData < T extends RealType< T > > {
public int nZoomBoxSize = 150;

/** fraction of screen occupied by zoom box **/
public double dZoomBoxScreenFraction = 1.0;
public double dZoomBoxScreenFraction = 0.6;

/** animation speed, i.e. duration of transform **/
public long nAnimationDuration = (int)Prefs.get("BigTrace.nAnimationDuration",400);
Expand Down

0 comments on commit c6319ee

Please sign in to comment.