line break

This commit is contained in:
Joachim Schoeberl 2014-01-26 20:23:30 +00:00
parent c7ba1a6dc8
commit 768f339f05

View File

@ -271,15 +271,8 @@ proc meshingoptionsdialog { } {
-resolution 0.1 -variable stloptions.resthcloseedgefac
checkbutton $f.stl.r3.bu -text "STL/IGES/STEP - close edges" \
-variable stloptions.resthcloseedgeenable
pack $f.stl.r3.sc $f.stl.r3.bu -side left
frame $f.stl.r1b
pack $f.stl.r1b -anchor w
scale $f.stl.r1b.sc -orient horizontal -length 200 -from 0.002 -to 10 \
-resolution 0.002 -variable stloptions.resthminedgelen
checkbutton $f.stl.r1b.bu -text "IGES/STEP - min edge length" \
-variable stloptions.resthminedgelenenable
pack $f.stl.r1b.sc $f.stl.r1b.bu -side left
pack $f.stl.r3.sc $f.stl.r3.bu -side left
frame $f.stl.r1
pack $f.stl.r1 -anchor w
@ -865,7 +858,8 @@ proc viewingoptionsdialog { } {
label $f.fshrink.lab -text "Shrink elements"
scale $f.fshrink.scale -orient horizontal -length 200 -from 0 -to 1.0001 \
-resolution 0.01 -tickinterval 0.25 \
-command { Ng_SetVisParameters; redraw } -variable viewoptions.shrink
-command { Ng_SetVisParameters; after idle redraw } \
-variable viewoptions.shrink
checkbutton $f.showidentified -text "Show identified points" \