Description in input fields
This commit is contained in:
parent
9d8ed26e19
commit
ea0e8256d5
@ -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';
|
||||
|
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user