Changeset 6546


Ignore:
Timestamp:
Sep 15, 2016 12:26:05 PM (8 years ago)
Author:
ldelgass
Message:

Fix table rows

File:
1 edited

Legend:

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

    r6545 r6546  
    33463346                        label $f2.legend-$colormap -image $_image(legend-$colormap)
    33473347                    }
    3348                     blt::table $f2 $row,0 $f2.legend-$colormap-min -anchor w -pady 0
    3349                     blt::table $f2 $row,1 $f2.legend-$colormap-max -anchor e -pady 0
    3350                     blt::table $f2 $row,0 $f2.legend-$colormap -anchor w -pady 2 -cspan 2
     3348                    blt::table $f2 0,0 $f2.legend-$colormap-min -anchor w -pady 0
     3349                    blt::table $f2 0,1 $f2.legend-$colormap-max -anchor e -pady 0
     3350                    blt::table $f2 1,0 $f2.legend-$colormap -anchor w -pady 2 -cspan 2
    33513351
    33523352                    blt::table $f $row,0 $f2 -anchor w -pady 0 -cspan 2
     
    33683368                                  SetLayerOpacity $dataobj $layer]
    33693369                Rappture::Tooltip::for $f2.${ctlname}_opacity "Set opacity of $info(label) layer"
    3370                 blt::table $f2 $row,0 $f2.${ctlname}_opacity_l -anchor w -pady 2
    3371                 blt::table $f2 $row,1 $f2.${ctlname}_opacity -anchor w -pady 2
     3370                blt::table $f2 0,0 $f2.${ctlname}_opacity_l -anchor w -pady 2
     3371                blt::table $f2 0,1 $f2.${ctlname}_opacity -anchor w -pady 2
    33723372
    33733373                blt::table $f $row,0 $f2 -anchor w -pady 0 -cspan 2
Note: See TracChangeset for help on using the changeset viewer.