Changeset 6367 for trunk/tester/scripts/main.tcl
- Timestamp:
- Jun 1, 2016 6:30:06 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tester/scripts/main.tcl
r4127 r6367 148 148 wm title . "Rappture Regression Tester" 149 149 wm geometry . 800x500 150 Rappture::Panes .pw -orientation horizontal -sashcursor sb_h_double_arrow150 Rappture::Panes .pw -orientation horizontal 151 151 pack .pw -expand yes -fill both 152 152 … … 262 262 263 263 # viewer for value diffs where we have a special object viewer 264 Rappture::Panes .testdiffs.body.val2objs -orientation horizontal -sashcursor sb_h_double_arrow264 Rappture::Panes .testdiffs.body.val2objs -orientation horizontal 265 265 266 266 # empty area for the object value viewer
Note: See TracChangeset
for help on using the changeset viewer.