Changeset 3173 for trunk/gui


Ignore:
Timestamp:
Sep 20, 2012, 12:34:05 PM (12 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

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

    r3172 r3173  
    7373        $itk_component(html) configure -width $w
    7474    }
    75     set h [$_owner xml get $_path.width]
     75    set h [$_owner xml get $_path.height]
    7676    if { $h != "" } {
    77         $itk_component(html) configure -width $h
     77        $itk_component(html) configure -height $h
    7878    }   
    7979}
Note: See TracChangeset for help on using the changeset viewer.