Ignore:
Timestamp:
Apr 10, 2009 2:21:05 PM (15 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

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

    r1377 r1390  
    17041704    blt::table $inner \
    17051705        0,0 $inner.dim  -anchor e -pady 2 \
    1706         0,1 $inner.light -columnspan 2 -pady 2 \
     1706        0,1 $inner.light -columnspan 2 -pady 2 -fill x \
    17071707        0,3 $inner.bright -anchor w -pady 2 \
    17081708        1,0 $inner.fog -anchor e -pady 2 \
    1709         1,1 $inner.transp -columnspan 2 -pady 2 \
     1709        1,1 $inner.transp -columnspan 2 -pady 2 -fill x \
    17101710        1,3 $inner.plastic -anchor w -pady 2 \
    17111711        2,0 $inner.clear -anchor e -pady 2 \
    1712         2,1 $inner.opacity -columnspan 2 -pady 2 \
     1712        2,1 $inner.opacity -columnspan 2 -pady 2 -fill x\
    17131713        2,3 $inner.opaque -anchor w -pady 2 \
    17141714        3,0 $inner.thin -anchor e -pady 2 \
    1715         3,1 $inner.thickness -columnspan 2 -pady 2 \
     1715        3,1 $inner.thickness -columnspan 2 -pady 2 -fill x\
    17161716        3,3 $inner.thick -anchor w -pady 2
    17171717
    1718     for {set n 0} {$n <= 3} {incr n} {
    1719         blt::table configure $inner r$n -resize none
    1720     }
    1721     blt::table configure $inner r$n -resize expand
     1718    blt::table configure $inner c0 c1 c3 r* -resize none
     1719    blt::table configure $inner r4 -resize expand
    17221720}
    17231721
Note: See TracChangeset for help on using the changeset viewer.