Skip to content

Commit

Permalink
remove unecessary code since no longer allow using condition as task …
Browse files Browse the repository at this point in the history
…name
  • Loading branch information
dungscout96 committed Nov 16, 2021
1 parent a7f5e79 commit 984b443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pop_taskinfo.m
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
uicontrol('Style', 'text', 'string', 'Task name (no space)','fontsize',fontSize,'BackgroundColor',bg,'ForegroundColor',fg, 'HorizontalAlignment','left','Units', 'normalized', 'Position', [leftMargin top tfWidth tfHeight]);
uicontrol('Style', 'edit', 'string', '', 'tag', 'TaskName','fontsize',fontSize,'Units', 'normalized', 'Position', [efLeftMargin top efWidth tfHeight]);
top = top - tfHeight - 0.01;
uicontrol('Style', 'text', 'string', 'For several tasks, use bids_export.m from the command line', 'tag', 'Taskname2','BackgroundColor',bg,'fontsize',fontSize,'Units', 'normalized', 'Position', [efLeftMargin top efWidth tfHeight]);
uicontrol('Style', 'text', 'string', 'For several tasks, use bids_export.m from the command line', 'BackgroundColor',bg,'fontsize',fontSize,'Units', 'normalized', 'Position', [efLeftMargin top efWidth tfHeight]);
top = top - tfHeight - 0.01;
uicontrol('Style', 'text', 'string', 'README (short introduction to the experiment):','fontsize',fontSize,'BackgroundColor',bg,'ForegroundColor',fg, 'HorizontalAlignment','left','Units', 'normalized', 'Position', [leftMargin top fullWidth tfHeight]);
top = top - tfHeight*2.2;
Expand Down

0 comments on commit 984b443

Please sign in to comment.