We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e758051 commit febfcbaCopy full SHA for febfcba
1 file changed
src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackScheme.java
@@ -95,7 +95,7 @@ public class TrackScheme extends AbstractTrackMateModelView
95
static final boolean DEFAULT_DO_DISPLAY_COSTS_ON_EDGES = false;
96
97
/** Do we display the background decorations by default? */
98
- static final int DEFAULT_PAINT_DECORATION_LEVEL = 2;
+ static final int DEFAULT_PAINT_DECORATION_LEVEL = 1;
99
100
/** Do we toggle linking mode by default? */
101
static final boolean DEFAULT_LINKING_ENABLED = false;
0 commit comments