Skip to content

Commit

Permalink
Removed color
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Zielenski committed Nov 21, 2011
1 parent 6dbadfd commit c0a1c6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ScrollToRefresh/src/EQSTRScrollView.m
Expand Up @@ -91,11 +91,11 @@ - (void)createHeaderView {
refreshSpinner.drawsBackground=NO;
refreshSpinner.backgroundColor=[NSColor clearColor];
refreshSpinner.indeterminate=YES;
refreshSpinner.color=[NSColor colorWithDeviceRed:0.4171 green:0.4759 blue:0.5247 alpha:1.0000];

// set autoresizing masks
refreshSpinner.autoresizingMask = NSViewMinXMargin | NSViewMaxXMargin | NSViewMinYMargin | NSViewMaxYMargin; // center
refreshArrow.autoresizingMask = NSViewMinXMargin | NSViewMaxXMargin | NSViewMinYMargin | NSViewMaxYMargin; // center
refreshHeader.autoresizingMask = NSViewWidthSizable | NSViewMinXMargin | NSViewMaxXMargin; // stretch
refreshHeader.autoresizingMask = NSViewWidthSizable | NSViewMinXMargin | NSViewMaxXMargin; // stretch/center

[refreshHeader addSubview:refreshArrow];
[refreshHeader addSubview:refreshSpinner];
Expand Down

0 comments on commit c0a1c6f

Please sign in to comment.