Skip to content
Snippets Groups Projects
Commit 5c4f9525 authored by Matthew Webster's avatar Matthew Webster
Browse files

Resize corrections

parent 957a2a9e
No related branches found
No related tags found
No related merge requests found
......@@ -255,7 +255,7 @@ balloonhelp_for $w.dim "In order to avoid overfitting, Melodic will attempt to e
components from the data using Bayesian estimators for the model
order and use PCA to reduce the data prior to the IC estimation."
set fmri(dim) 0
set fmri(dim) 1
LabelSpinBox $w.dim.n -label "Output components" -textvariable fmri(dim) -range { 1 200000 1}
#}}}
......@@ -336,7 +336,7 @@ pack $w.varnorm $w.dim $w.thresh $w.ostats $w.report -in $fmri(melodicf) -ancho
-side left -expand yes -padx 3 -pady 10 -fill y
pack $w.f $w.btns -expand yes -fill both
$w.nb raise data
$w.nb raise data
#}}}
}
......@@ -351,6 +351,7 @@ proc melodic2:updatest { w } {
} else {
pack $w.st_file -in $fmri(stf) -side left -padx 5
}
$w.nb compute_size
}
#}}}
......@@ -379,6 +380,7 @@ proc melodic2:updatedim { w } {
} else {
pack $w.dim.n -in $w.dim -side left -padx 5 -after $w.dim.yn
}
$w.nb compute_size
}
#}}}
......
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