Changeset 416 for trunk/orient.tcl


Ignore:
Timestamp:
Dec 4, 2009 5:05:48 PM (14 years ago)
Author:
toby
Message:

# on 2001/09/04 22:06:05, toby did:
adjustable fonts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/orient.tcl

    • Property rcs:date changed from 2000/10/03 23:29:29 to 2001/09/04 22:06:05
    • Property rcs:lines changed from +5 -2 to +3 -2
    • Property rcs:rev changed from 1.5 to 1.6
    r305 r416  
    55proc MakeOrientPane {} {
    66    global expgui expmap
    7     pack [frame $expgui(orientFrame).hs] -side left -expand y -fill both
     7    pack [frame $expgui(orientFrame).hs -class HistList] \
     8            -side left -expand y -fill both
    89    MakeHistBox $expgui(orientFrame).hs
    910    bind $expgui(orientFrame).hs.lbox <ButtonRelease-1> {
Note: See TracChangeset for help on using the changeset viewer.