Ignore:
Timestamp:
Sep 26, 2005 9:01:57 PM (19 years ago)
Author:
mmc
Message:

Fixed the size of various widgets to request a smaller size,
so applications don't need to take up so much screen real estate.

Fixed the <string> entries to set their <default> value properly.

Added a new <separator> entry, which adds separation between
input controls.

Added a "zoo" of examples, showing little snippets of XML code.

File:
1 edited

Legend:

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

    r65 r69  
    1313package require BLT
    1414
    15 option add *XyResult.width 4i widgetDefault
    16 option add *XyResult.height 4i widgetDefault
     15option add *XyResult.width 3i widgetDefault
     16option add *XyResult.height 3i widgetDefault
    1717option add *XyResult.gridColor #d9d9d9 widgetDefault
    1818option add *XyResult.activeColor blue widgetDefault
Note: See TracChangeset for help on using the changeset viewer.