Changeset 436


Ignore:
Timestamp:
02/05/09 14:23:42 (4 years ago)
Author:
tal
Message:
Drawing tweak.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • packages/defconAppKit/trunk/Lib/defconAppKit/tools/iconCountBadge.py

    r90 r436  
    1515    textShadow = NSShadow.alloc().init() 
    1616    textShadow.setShadowOffset_((2, -2)) 
    17     textShadow.setShadowColor_(NSColor.colorWithCalibratedRed_green_blue_alpha_(.3, 0, 0, 1.0)) 
     17    textShadow.setShadowColor_(NSColor.colorWithCalibratedRed_green_blue_alpha_(0, 0, 0, 1.0)) 
    1818    textShadow.setShadowBlurRadius_(2.0) 
    1919 
Note: See TracChangeset for help on using the changeset viewer.