Ignore:
Timestamp:
Jun 23, 2010 8:43:17 PM (14 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

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

    r1776 r1777  
    117117    itk_component add ok {
    118118        button $itk_interior.ok -text "Save" \
    119             -highlightthickness 0 \
     119            -highlightthickness 0 -pady 2 -padx 0 \
    120120            -command [itcl::code $this SetWaitVariable 1] \
    121121            -compound left \
     
    124124    itk_component add cancel {
    125125        button $itk_interior.cancel -text "Cancel" \
    126             -highlightthickness 0 \
     126            -highlightthickness 0 -pady 2 -padx 0 \
    127127            -command [itcl::code $this SetWaitVariable 0] \
    128128            -compound left \
     
    132132        0,0 $itk_component(preview) -cspan 2 -fill both \
    133133        1,0 $itk_component(tabs) -fill both -cspan 2 \
    134         2,1 $itk_component(cancel) -padx 2 -pady 2 -width .9i -fill y \
    135         2,0 $itk_component(ok) -padx 2 -pady 2 -width .9i -fill y
     134        2,1 $itk_component(cancel) -padx 2 -pady 2 -width .9i \
     135        2,0 $itk_component(ok) -padx 2 -pady 2 -width .9i
    136136    blt::table configure $itk_interior r1 -resize none
    137137    blt::table configure $itk_interior r1 -resize both
     
    14051405    DestroySettings
    14061406    set _graph $graph
    1407     set _clone [CloneGraph $graph]
     1407    CloneGraph $graph
    14081408    InitClone
    14091409    InitializeSettings
Note: See TracChangeset for help on using the changeset viewer.