Skip to content
Snippets Groups Projects
Commit fb69bb6d authored by Mark Winter's avatar Mark Winter
Browse files

Fixed spacing for reseg status.

parent fd89429d
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ if ( strcmpi(showResegStatus, 'on') )
end
pdelta = pixelDelta(Figures.tree.axesHandle);
padLeft = min(minSpacing/3, 10*pdelta);
padLeft = min(minSpacing/3, 4*pdelta);
for i=1:size(xTracks,1)
drawResegInfo(xTracks(i,1), xTracks(i,2)-padLeft);
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment