Changeset 2595


Ignore:
Timestamp:
Oct 1, 2011, 2:06:09 PM (13 years ago)
Author:
ldelgass
Message:

Limit opacity slider width to 3 column span (width of the 3 cutplane sliders)

File:
1 edited

Legend:

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

    r2594 r2595  
    22542254        2,0 $inner.wireframe            -anchor w -pady 2 -cspan 4 \
    22552255        3,0 $inner.edges                -anchor w -pady 2 -cspan 4 \
    2256         4,0 $inner.opacity_l            -anchor w -pady 2 -cspan 4 \
    2257         5,0 $inner.opacity              -fill x   -pady 2 -cspan 4 \
     2256        4,0 $inner.opacity_l            -anchor w -pady 2 -cspan 3 \
     2257        5,0 $inner.opacity              -fill x   -pady 2 -cspan 3 \
    22582258        6,0 $itk_component(xCutButton)  -anchor e -padx 2 -pady 2 \
    22592259        7,0 $itk_component(xCutScale)   -fill y \
Note: See TracChangeset for help on using the changeset viewer.