Changeset 5039 for branches/1.4


Ignore:
Timestamp:
Feb 22, 2015 2:58:48 PM (9 years ago)
Author:
ldelgass
Message:

merge r5024 from trunk

Location:
branches/1.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.4

    • Property svn:mergeinfo changed
      /trunkmerged: 5024
  • branches/1.4/gui/scripts/vtkvolumeviewer.tcl

    r4774 r5039  
    18701870    set labels { qx qy qz qw xpan ypan zoom }
    18711871    foreach tag $labels {
    1872         label $inner.${tag}-label -text $tag -font "Arial 9"
     1872        label $inner.${tag}label -text $tag -font "Arial 9"
    18731873        entry $inner.${tag} -font "Arial 9"  -bg white \
    18741874            -textvariable [itcl::scope _view(-$tag)]
     
    18781878            [itcl::code $this camera set -${tag}]
    18791879        blt::table $inner \
    1880             $row,0 $inner.${tag}-label -anchor e -pady 2 \
     1880            $row,0 $inner.${tag}label -anchor e -pady 2 \
    18811881            $row,1 $inner.${tag} -anchor w -pady 2
    18821882        blt::table configure $inner r$row -resize none
Note: See TracChangeset for help on using the changeset viewer.