Changeset 112 for widgets/password.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/password.r

    r75 r112  
    99        } 
    1010        size:   50x5 
     11        color:  colors/page 
    1112        font:   make default-font [size: to integer! sizes/font * 1.5 name: font-fixed] 
    12         rebind: make function! [] [font/size: to integer! sizes/font * 1.5] 
     13        rebind: make function! [] [ 
     14                color: colors/page 
     15                font/size: to integer! sizes/font * 1.5 
     16        ] 
    1317        init:   make function! [/local p char-width radius] [ 
    1418                p: self 
    1519                para: make para [] 
    1620                pane: make subface [ 
    17                         color:  colors/edit 
     21                        color:  colors/page 
    1822                        effect: [draw [pen black fill-pen black]] 
    1923                        feel:   make default-feel []