Changeset 1023 for branches


Ignore:
Timestamp:
Oct 12, 2010 3:43:36 PM (13 years ago)
Author:
chlake
Message:

minor modifications

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/sandbox/disagledit.tcl

    r1022 r1023  
    107107                   -variable ::expgui(disaglSeparateBox)
    108108       grid $dasave.option -row 0 -column 0
    109        button $dasave.sexit -text "Save and run DISAGL" -command DA_Save
     109       button $dasave.sexit -text "Save and run DISAGL" -command DA_Save -bg LightGreen
    110110       grid $dasave.sexit -row 1 -column 0
    111111     } else {
    112112       wm title $dcb "Distance Search Parameters"
    113113       grab release $dcb
    114        button $dasave.sexit -text "Save and Exit" -command DA_Save
     114       button $dasave.sexit -text "Save and Exit" -command DA_Save -bg LightGreen
    115115       grid $dasave.sexit -row 0 -column 0
    116116     }
Note: See TracChangeset for help on using the changeset viewer.