diff --git a/Clocker.xcodeproj/project.xcworkspace/xcuserdata/abhishekbanthia.xcuserdatad/UserInterfaceState.xcuserstate b/Clocker.xcodeproj/project.xcworkspace/xcuserdata/abhishekbanthia.xcuserdatad/UserInterfaceState.xcuserstate index ce591c9..9322b1c 100644 Binary files a/Clocker.xcodeproj/project.xcworkspace/xcuserdata/abhishekbanthia.xcuserdatad/UserInterfaceState.xcuserstate and b/Clocker.xcodeproj/project.xcworkspace/xcuserdata/abhishekbanthia.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Clocker/CLParentPanelController.m b/Clocker/CLParentPanelController.m index 17d9954..e3b3ce9 100644 --- a/Clocker/CLParentPanelController.m +++ b/Clocker/CLParentPanelController.m @@ -14,6 +14,8 @@ #import "iRate.h" #import "CLTableViewDataSource.h" #import +#import "ApplicationDelegate.h" +#import NSString *const CLNotReallyButtonTitle = @"Not Really"; NSString *const CLFeedbackString = @"Mind giving feedback?"; @@ -21,6 +23,11 @@ NSString *const CLNoThanksTitle = @"No, thanks"; NSString *const CLYesWithQuestionMark = @"Yes?"; NSString *const CLYesWithExclamation = @"Yes!"; +typedef NS_ENUM(NSUInteger, CLClockerMode) { + CLMenubarMode = 0, + CLFloatingMode +}; + @interface CLParentPanelController () @property (strong) CLTableViewDataSource *timezoneDataSource; @end @@ -360,6 +367,4 @@ NSString *const CLYesWithExclamation = @"Yes!"; }]; } - - @end diff --git a/Clocker/Floating Window/en.lproj/CLFloatingWindow.xib b/Clocker/Floating Window/en.lproj/CLFloatingWindow.xib index dd9a3ea..1afe17d 100644 --- a/Clocker/Floating Window/en.lproj/CLFloatingWindow.xib +++ b/Clocker/Floating Window/en.lproj/CLFloatingWindow.xib @@ -251,10 +251,10 @@ - + - + @@ -290,23 +290,10 @@ - - - @@ -349,7 +336,6 @@ - diff --git a/Clocker/en.lproj/Panel.xib b/Clocker/en.lproj/Panel.xib index 5529eb3..3bd2b1e 100755 --- a/Clocker/en.lproj/Panel.xib +++ b/Clocker/en.lproj/Panel.xib @@ -251,9 +251,9 @@ - + - + @@ -290,23 +290,10 @@ - - - @@ -351,7 +338,6 @@ -