Changeset 1855


Ignore:
Timestamp:
Aug 5, 2010, 2:17:52 PM (14 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/blt4/gui/scripts/controls.tcl

    r1710 r1855  
    7777        -side top -tearoff 0 -highlightthickness 0 \
    7878        -selectbackground $itk_option(-background) \
     79        -width 6i -justify left \
    7980        -selectcommand [itcl::code $this _changeTabs]]
    8081    set _frame [frame $f.inner]
     
    511512            set _name2info($name-label) $label
    512513
    513             $_tabs insert end $label
     514            $_tabs insert end $label -fill both
    514515            incr gn
    515516        }
Note: See TracChangeset for help on using the changeset viewer.