Skip to content
Snippets Groups Projects
Commit c2962fb4 authored by Taylor Hanayik's avatar Taylor Hanayik
Browse files

indicate reference files

parent 6b5be49e
Branches main
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ import {
} from 'widgets'
import Button from '@mui/material/Button';
import Checkbox from '@mui/material/Checkbox';
import Typography from '@mui/material/Typography';
import FormControlLabel from '@mui/material/FormControlLabel';
export default function App() {
......@@ -192,7 +193,8 @@ export default function App() {
{/* reference file chooser */}
<FileChooser value={opts['-ref']} textLabel="Reference" onClick={onRefFileClick}/>
<Row gap={2} width={'100%'}>
<Row gap={2} width={'100%'} alignItems='center'>
<Typography variant="body" fontFamily={'sans-serif'}>Choose reference:</Typography>
<Button onClick={onMNI1mmClick}>MNI 1mm brain</Button>
<Button onClick={onMNI2mmClick}>MNI 2mm brain</Button>
</Row>
......
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