Show
Ignore:
Timestamp:
08/17/10 13:00:24 (21 months ago)
Author:
mszopinski
Message:

calendar, simple month display

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ssme/trunk/flex/Common/src/com/kh/ssme/components/RoundedCornerContainer.as

    r4042 r4044  
    8989                                   CapsStyle.NONE); 
    9090                graphics.beginFill(this.getStyle("backgroundColor"), this.getStyle("backgroundAlpha")); 
    91                 graphics.drawRoundRect(borderThickness*0.5, borderThickness*0.5, unscaledWidth-borderThickness, unscaledHeight-borderThickness, cornerRadius, cornerRadius); 
     91                graphics.drawRoundRect(borderThickness*0.5, borderThickness*0.5, unscaledWidth-borderThickness, unscaledHeight-borderThickness, cornerRadius, cornerRadius);                 
    9292                graphics.endFill(); 
    9393            }