Skip to content

Commit

Permalink
Tweaked the animationDuration. Indecisive aren't I.
Browse files Browse the repository at this point in the history
  • Loading branch information
heardrwt committed Apr 22, 2013
1 parent 0465340 commit 2b0c15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RHPreferences/RHPreferencesWindowController.m
Expand Up @@ -31,7 +31,7 @@
#import "RHPreferencesWindowController.h"

static NSString * const RHPreferencesWindowControllerSelectedItemIdentifier = @"RHPreferencesWindowControllerSelectedItemIdentifier";
static const CGFloat RHPreferencesWindowControllerResizeAnimationDurationPer100Pixels = 0.13f;
static const CGFloat RHPreferencesWindowControllerResizeAnimationDurationPer100Pixels = 0.05f;

#pragma mark - Custom Item Placeholder Controller
@interface RHPreferencesCustomPlaceholderController : NSObject <RHPreferencesViewControllerProtocol> {
Expand Down

0 comments on commit 2b0c15b

Please sign in to comment.