Finished objectifying #8

Merged
lschank7 merged 43 commits from objectify into master 2021-07-27 13:09:44 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit ea0e8256d5 - Show all commits

View File

@ -61,6 +61,7 @@ d.Callback = @FieldDoneButtonPushed;
%create input field
p = uicontrol(fig,'Style','edit');
p.String = 'No. points baseline';
p.Units = 'Normalized';
p.Position = [.01 .01 .5 .05];
p.HorizontalAlignment = 'left';

View File

@ -60,6 +60,7 @@ d.Callback = @TimeDoneButtonPushed;
%create input field
inp = uicontrol(fig,'Style','edit');
inp.String = 'No. points baseline';
inp.Units = 'Normalized';
inp.Position = [.01 .01 .5 .05];
inp.HorizontalAlignment = 'left';