Who even knows at this point
This commit is contained in:
@@ -50,7 +50,7 @@ function EZmultiDayGui
|
||||
|
||||
f=figure('Menubar','none','Position',[1000 100 640 750],'Name','Select Exp Folders' );
|
||||
|
||||
hListbox = uicontrol(...
|
||||
hListbox=uicontrol(...
|
||||
'Style', 'listbox',...
|
||||
'String',ExpOrderByExp,...
|
||||
'value',[],...
|
||||
@@ -72,7 +72,7 @@ function EZmultiDayGui
|
||||
yPos=0.85-(btnNumber-1)*(btnHt+spacing);
|
||||
btnPos=[xPos yPos-spacing btnWid btnHt];
|
||||
|
||||
hedit8 = uicontrol(...
|
||||
hedit8=uicontrol(...
|
||||
'Style', 'pushbutton',...
|
||||
'String',{'Continue'},...
|
||||
'Units','normalized',...
|
||||
|
||||
Reference in New Issue
Block a user