Changeset 2768 for trunk/gui


Ignore:
Timestamp:
Jan 24, 2012 11:29:30 AM (12 years ago)
Author:
ldelgass
Message:

Fix surface tab layout in vtk heightmap viewer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/vtkheightmapviewer.tcl

    r2749 r2768  
    994994    set q [list $_view(qw) $_view(qx) $_view(qy) $_view(qz)]
    995995    $_arcball quaternion $q
    996     SendCmd "camera mode persp"
    997    if {$_view(ortho)} {
     996    if {$_view(ortho)} {
    998997        SendCmd "camera mode ortho"
    999998    } else {
     
    20402039        5,0 $inner.opacity   -fill x   -pady 2 \
    20412040        6,0 $inner.numcontours_l   -anchor w -pady 2 -cspan 2 \
    2042         6,0 $inner.numcontours     -fill x   -pady 2 -cspan 2 \
    2043         7,0 $inner.field_l     -anchor w -pady 2  \
    2044         7,1 $inner.field       -anchor w -pady 2  \
    2045         8,0 $inner.palette_l   -anchor w -pady 2  \
    2046         8,1 $inner.palette     -anchor w -pady 2  \
     2041        7,0 $inner.numcontours     -fill x   -pady 2 -cspan 2 \
     2042        8,0 $inner.field_l     -anchor w -pady 2  \
     2043        8,1 $inner.field       -anchor w -pady 2  \
     2044        9,0 $inner.palette_l   -anchor w -pady 2  \
     2045        9,1 $inner.palette     -anchor w -pady 2  \
    20472046
    20482047    blt::table configure $inner r* c* -resize none
    2049     blt::table configure $inner r6 c1 -resize expand
     2048    blt::table configure $inner r10 c1 -resize expand
    20502049}
    20512050
Note: See TracChangeset for help on using the changeset viewer.