Changeset 112 for widgets/tool-bar.r

Show
Ignore:
Timestamp:
12/31/07 22:18:08 (11 months ago)
Author:
ashley
Message:

Added pill.r
Scroller fixes
Major color / theme management changes (in progress)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • widgets/tool-bar.r

    r110 r112  
    1010        size:   100x-1 
    1111        pane:   [] 
    12         color:  colors/window 
    13         rebind: make function! [] [color: colors/window] 
     12        color:  colors/outline-light 
     13        rebind: make function! [] [color: colors/outline-light] 
    1414        init:   make function! [/local icon-offset] [ 
    1515                size/y: 30 
     
    3030                                        feel: make default-feel [ 
    3131                                                over: make function! [face act pos] [ 
    32                                                         face/color: either act [colors/over] [none] 
     32                                                        face/color: either act [colors/state-light] [none] 
    3333                                                        show face 
    3434                                                ]