Changeset 452


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

# on 2001/09/25 23:35:04, toby did:
resize all plot axes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/opts.tcl

    • Property rcs:date changed from 2001/09/04 22:46:08 to 2001/09/25 23:35:04
    • Property rcs:lines changed from +10 -0 to +5 -3
    • Property rcs:rev changed from 1.4 to 1.5
    r425 r452  
    110110        # handle BLT objects specially
    111111        if {$childtype == "Graph"} {
    112             foreach w {legend  xaxis yaxis xaxis yaxis} \
    113                     o {-font -tickfont -tickfont -titlefont -titlefont} {
     112            foreach w {legend xaxis yaxis xaxis yaxis \
     113                    x2axis y2axis x2axis y2axis} \
     114                    o {-font -tickfont -tickfont -titlefont -titlefont \
     115                    -tickfont -tickfont -titlefont -titlefont} {
    114116                catch {
    115117                    $child $w configure $o $font
Note: See TracChangeset for help on using the changeset viewer.