Skip to content

Commit febfcba

Browse files
committed
Change the default TrackScheme decoration.
Just put the vertical lines. The horizontal bands are too much.
1 parent e758051 commit febfcba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackScheme.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public class TrackScheme extends AbstractTrackMateModelView
9595
static final boolean DEFAULT_DO_DISPLAY_COSTS_ON_EDGES = false;
9696

9797
/** Do we display the background decorations by default? */
98-
static final int DEFAULT_PAINT_DECORATION_LEVEL = 2;
98+
static final int DEFAULT_PAINT_DECORATION_LEVEL = 1;
9999

100100
/** Do we toggle linking mode by default? */
101101
static final boolean DEFAULT_LINKING_ENABLED = false;

0 commit comments

Comments
 (0)