Skip to content
Snippets Groups Projects
Commit da1f9be0 authored by leprob001's avatar leprob001
Browse files

Switched colormap slider and duplicate TOA frame.

parent 4fc5f312
No related branches found
No related tags found
No related merge requests found
......@@ -200,7 +200,7 @@ artoaGui.editTimeOfArrival.frameDuplicateAppliedToa = uipanel( ...
'Title', 'Duplicates', ...
'Units', 'normalized', ...
'BackgroundColor', 'white', ...
'Position', [.01 .25 width .15] ...
'Position', [.01 .1 width .15] ...
);
columns = { ...
......@@ -238,7 +238,7 @@ artoaGui.editTimeOfArrival.frameControlsColormapSlider = uipanel( ...
'Title', 'Adjust colormap boundaries', ...
'Units', 'normalized', ...
'BackgroundColor', 'white', ...
'Position', [.01 .1 width .1] ...
'Position', [.01 .3 width .1] ...
);
artoaGui.editTimeOfArrival.textUpperBoundary = uicontrol( ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment