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

Bugfix, extended the soundspeed table height for a smoother visual experience.

parent 46212762
No related branches found
No related tags found
No related merge requests found
232
\ No newline at end of file
233
\ No newline at end of file
......@@ -527,7 +527,7 @@ fullwidth = 1 - (2 * left);
artoaGui.editOffsets.tableSoundsourceOffsets = uitable( ...
artoaGui.editOffsets.frameOffsets, ...
'Units', 'normalized', ...
'Position', [left, 0.45, fullwidth, 0.525], ...
'Position', [left, 0.5, fullwidth, 0.5], ...
'ColumnEditable', true, ...
'CellSelectionCallback', pCallbacks.tableSoundsourceOffsetsSelect, ...
'CellEditCallback', pCallbacks.tableSoundsourceOffsetsEdit ...
......@@ -537,7 +537,7 @@ artoaGui.editOffsets.tableSoundsourceOffsets = uitable( ...
artoaGui.editOffsets.tableSoundspeed = uitable( ...
artoaGui.editOffsets.frameOffsets, ...
'Units', 'normalized', ...
'Position', [left, 0.35, fullwidth, 0.1], ...
'Position', [left, 0.375, fullwidth, 0.125], ...
'ColumnEditable', true, ...'CellSelectionCallback', pCallbacks.tableSoundsourceOffsetsSelect, ...
'CellEditCallback', pCallbacks.tableSoundspeedEdit ...
);
......
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