Changeset 1766


Ignore:
Timestamp:
Jun 17, 2010, 8:33:41 AM (14 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/xyprint.tcl

    r1717 r1766  
    11341134
    11351135itcl::body Rappture::XyPrint::ApplyLayoutSettings {} {
    1136     foreach opt { leftmargin rightmargin topmargin bottommargin } {
     1136    foreach opt { width height leftmargin rightmargin topmargin bottommargin } {
    11371137        set old [$_clone cget -$opt]
    11381138        set code [catch { SetLayoutOption $opt } err]
Note: See TracChangeset for help on using the changeset viewer.