Changeset 421 for trunk


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsascmds.tcl

    • Property rcs:date changed from 2001/06/29 18:03:32 to 2001/09/04 22:11:06
    • Property rcs:lines changed from +35 -1 to +2 -2
    • Property rcs:rev changed from 1.35 to 1.36
    r398 r421  
    10991099   
    11001100    catch {destroy .comp}
    1101     toplevel .comp
     1101    toplevel .comp -class MonoSpc
    11021102    bind .comp <Key-F1> "MakeWWWHelp expgui.html Composition"
    11031103    wm title .comp Composition
    11041104    pack [label .comp.results -text $text \
    1105             -font $expgui(coordfont) -justify left] -side top
     1105            -justify left] -side top
    11061106    pack [frame .comp.box]  -side top -expand y -fill x
    11071107    pack [button .comp.box.1 -text Close -command "destroy .comp"] -side left
Note: See TracChangeset for help on using the changeset viewer.