Skip to content

Commit

Permalink
Tweaked Initial Login to offer Password Reset if no password entered
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoerl18 committed Mar 21, 2012
1 parent 7de37f7 commit c4525ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ATMHudView.m
Expand Up @@ -52,7 +52,7 @@ - (id)initWithFrame:(CGRect)frame andController:(ATMHud *)c {

backgroundLayer = [[CALayer alloc] init];
backgroundLayer.cornerRadius = 10;
backgroundLayer.backgroundColor = [UIColor colorWithWhite:0.0 alpha:p.alpha].CGColor;
backgroundLayer.backgroundColor = [UIColor colorWithWhite:p.gray alpha:p.alpha].CGColor;
[self.layer addSublayer:backgroundLayer];

captionLayer = [[ATMTextLayer alloc] init];
Expand Down

0 comments on commit c4525ad

Please sign in to comment.