Changeset 5511


Ignore:
Timestamp:
May 14, 2015 2:53:46 AM (9 years ago)
Author:
ldelgass
Message:

whitespace (sync with release branch)

File:
1 edited

Legend:

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

    r5347 r5511  
    213213
    214214    array set _settings [subst {
    215         -axesvisible            1
     215        -axesvisible            1
    216216        -axislabels             1
    217217        -axisminorticks         1
    218218        -axismode               "static"
    219219        -background             black
    220         -colormap               BCGYR
    221         -colormapvisible        1
     220        -colormap               BCGYR
     221        -colormapvisible        1
    222222        -cutplaneedges          0
    223223        -cutplanelighting       1
    224224        -cutplanepreinterp      1
    225         -cutplaneopacity        100
    226         -cutplanevisible        0
    227         -cutplanewireframe      0
    228         -cutplanexposition      50
    229         -cutplanexvisible       1
    230         -cutplaneyposition      50
    231         -cutplaneyvisible       1
    232         -cutplanezposition      50
    233         -cutplanezvisible       1
    234         -field                  "Default"
     225        -cutplaneopacity        100
     226        -cutplanevisible        0
     227        -cutplanewireframe      0
     228        -cutplanexposition      50
     229        -cutplanexvisible       1
     230        -cutplaneyposition      50
     231        -cutplaneyvisible       1
     232        -cutplanezposition      50
     233        -cutplanezvisible       1
     234        -field                  "Default"
    235235        -glyphedges             0
    236236        -glyphlighting          1
     
    244244        -glyphvisible           1
    245245        -glyphwireframe         0
    246         -legendvisible          1
    247         -saveglyphopacity       100
     246        -legendvisible          1
     247        -saveglyphopacity       100
    248248        -xgrid                  0
    249249        -ygrid                  0
     
    17391739
    17401740    blt::table $inner \
    1741         0,0 $inner.field_l      -anchor w -pady 2  \
    1742         0,1 $inner.field        -anchor w -pady 2  -fill x \
    1743         1,0 $inner.colormap_l   -anchor w -pady 2  \
    1744         1,1 $inner.colormap     -anchor w -pady 2  -fill x \
    1745         2,0 $inner.gshape_l     -anchor w -pady 2  \
    1746         2,1 $inner.gshape       -anchor w -pady 2  -fill x \
     1741        0,0 $inner.field_l      -anchor w -pady 2 \
     1742        0,1 $inner.field        -anchor w -pady 2 -fill x \
     1743        1,0 $inner.colormap_l   -anchor w -pady 2 \
     1744        1,1 $inner.colormap     -anchor w -pady 2 -fill x \
     1745        2,0 $inner.gshape_l     -anchor w -pady 2 \
     1746        2,1 $inner.gshape       -anchor w -pady 2 -fill x \
    17471747        3,0 $inner.background_l -anchor w -pady 2 \
    1748         3,1 $inner.background   -anchor w -pady 2  -fill x \
    1749         4,0 $inner.scaleMode_l  -anchor w -pady 2  \
    1750         4,1 $inner.scaleMode    -anchor w -pady 2  -fill x \
     1748        3,1 $inner.background   -anchor w -pady 2 -fill x \
     1749        4,0 $inner.scaleMode_l  -anchor w -pady 2 \
     1750        4,1 $inner.scaleMode    -anchor w -pady 2 -fill x \
    17511751        5,0 $inner.gscale_l     -anchor w -pady 2 \
    1752         5,1 $inner.gscale       -anchor w -pady 2  -fill x \
     1752        5,1 $inner.gscale       -anchor w -pady 2 -fill x \
    17531753        6,0 $inner.normscale    -anchor w -pady 2 -cspan 2 \
    17541754        7,0 $inner.gorient      -anchor w -pady 2 -cspan 2 \
     
    17591759        12,0 $inner.legend      -anchor w -pady 2 \
    17601760        13,0 $inner.opacity_l   -anchor w -pady 2 \
    1761         13,1 $inner.opacity     -fill x   -pady 2 -fill x \
     1761        13,1 $inner.opacity     -anchor w -pady 2 -fill x
    17621762
    17631763    blt::table configure $inner r* c* -resize none
Note: See TracChangeset for help on using the changeset viewer.