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

Removed QuickTrack button.

parent e4610426
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,6 @@ availableCallbacks = { ...
'tableSoundSourceOffsetsSelection', ...
'tableSoundSourceOffsetsEdit', ...
'buttonTrack', ...
'buttonQuickTrack', ...
'buttonAddCombination', ...
'buttonAddCombinationAbove', ...
'buttonDuplicateCombination', ...
......@@ -234,19 +233,10 @@ artoaGui.trackParameter.buttonTrack = uicontrol( ...
'Style', 'PushButton', ...
'FontSize', 8, ...
'Units', 'normalized', ...
'Position', [left .6 (1-2*left) buttonHeight], ...
'Position', [left .3 (1-2*left) buttonHeight], ...
'CallBack', pCallbacks.buttonTrack ...
);
artoaGui.trackParameter.buttonQuickTrack = uicontrol( ...
'Parent', artoaGui.trackParameter.frameTrackButtons, ...
'String', 'Quick Track', ...
'Style', 'PushButton', ...
'FontSize', 8, ...
'Units', 'normalized', ...
'Position', [left .2 (1-2*left) buttonHeight], ...
'CallBack', pCallbacks.buttonQuickTrack ...
);
%% Combination buttons frame
......
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