Changeset 436
- Timestamp:
- 02/05/09 14:23:42 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
packages/defconAppKit/trunk/Lib/defconAppKit/tools/iconCountBadge.py
r90 r436 15 15 textShadow = NSShadow.alloc().init() 16 16 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)) 18 18 textShadow.setShadowBlurRadius_(2.0) 19 19
Note: See TracChangeset
for help on using the changeset viewer.
