Ignore:
Timestamp:
Jun 17, 2010 7:52:23 AM (14 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

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

    r1725 r1765  
    215215    set h $_settings($this-layout-height)i
    216216
     217    puts stderr "outputing graph w=$w h=$h"
    217218    $_clone postscript configure \
    218219        -decoration yes \
     
    11241125
    11251126itcl::body Rappture::XyPrint::ApplyLayoutSettings {} {
    1126     foreach opt { leftmargin rightmargin topmargin bottommargin } {
     1127    foreach opt { width height leftmargin rightmargin topmargin bottommargin } {
    11271128        set old [$_clone cget -$opt]
    11281129        set code [catch { SetLayoutOption $opt } err]
Note: See TracChangeset for help on using the changeset viewer.