Changeset 3052


Ignore:
Timestamp:
Jun 21, 2012, 10:27:00 AM (12 years ago)
Author:
gah
Message:
 
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/zoo/drawing/tool.xml

    r3043 r3052  
    5454   </substitutions>
    5555   <components>
     56    <grid>
     57     <xcoords>0 .1 .2 .3 .4 .5 .6 .7 .8 .9 1</xcoords>
     58     <ycoords>.2 .3 .4 .5 .6 .7</ycoords>
     59     <color>grey70</color>
     60     <linewidth>1</linewidth>
     61     <dash>4 2</dash>
     62    </grid>
    5663    <line id="feature_length">
    5764     <coords>.25 .72 .75 .72</coords>
     
    122129     <linewidth>2</linewidth>
    123130    </line>
    124     <grid>
    125      <xcoords>0 .1 .2 .3 .4 .5 .6 .7 .8 .9 1</xcoords>
    126      <ycoords>.2 .3 .4 .5 .6 .7</ycoords>
    127      <color>grey70</color>
    128      <linewidth>1</linewidth>
    129      <dash>4 2</dash>
    130     </grid>
    131131    <picture id="analysis">
    132132     <coords>-.08 .06 0.17 0.15</coords>
  • trunk/gui/src/RpCanvHotspot.c

    r3042 r3052  
    160160        "white", Tk_Offset(HotspotItem, activeBorder), TK_CONFIG_NULL_OK},
    161161    {TK_CONFIG_COLOR, "-activeforeground", (char*)NULL, (char*)NULL,
    162         "cyan4", Tk_Offset(HotspotItem, activeColor), 0},
     162        "black", Tk_Offset(HotspotItem, activeColor), 0},
    163163    {TK_CONFIG_STRING, "-activeimage", "activeImage", (char*)NULL, (char*)NULL,
    164164        Tk_Offset(HotspotItem, activeImageName), TK_CONFIG_NULL_OK},
Note: See TracChangeset for help on using the changeset viewer.