diff --git a/Clocker.xcodeproj/project.xcworkspace/xcuserdata/abhishekbanthia.xcuserdatad/UserInterfaceState.xcuserstate b/Clocker.xcodeproj/project.xcworkspace/xcuserdata/abhishekbanthia.xcuserdatad/UserInterfaceState.xcuserstate
index 73aeec9..436071f 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/Appearance Tab/CLAppearanceView.xib b/Clocker/Appearance Tab/CLAppearanceView.xib
index 51213cd..1d32b46 100644
--- a/Clocker/Appearance Tab/CLAppearanceView.xib
+++ b/Clocker/Appearance Tab/CLAppearanceView.xib
@@ -50,25 +50,8 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -76,7 +59,7 @@
-
+
@@ -109,32 +92,20 @@
-
-
-
-
-
-
-
-
-
-
-
+
-
-
diff --git a/Clocker/Appearance Tab/CLAppearanceViewController.m b/Clocker/Appearance Tab/CLAppearanceViewController.m
index b4386ec..db54636 100644
--- a/Clocker/Appearance Tab/CLAppearanceViewController.m
+++ b/Clocker/Appearance Tab/CLAppearanceViewController.m
@@ -14,8 +14,6 @@
@interface CLAppearanceViewController ()
@property (weak) IBOutlet NSSegmentedControl *timeFormat;
@property (weak) IBOutlet NSSegmentedControl *theme;
-@property (weak) IBOutlet NSPopUpButton *fontPopup;
-@property (weak) IBOutlet NSSegmentedControl *sunriseToggle;
@end
@@ -86,18 +84,6 @@
}
-- (IBAction)fontChanged:(id)sender
-{
- ApplicationDelegate *appDelegate = [[NSApplication sharedApplication] delegate];
- PanelController *panelController = appDelegate.panelController;
- [panelController.mainTableview reloadData];
-
-}
-
-- (IBAction)toggleSunriseAndSunset:(id)sender
-{
-}
-
- (IBAction)changeRelativeDayDisplay:(id)sender
{
NSSegmentedControl *relativeDayControl = (NSSegmentedControl*) sender;
diff --git a/Clocker/Panel.xib b/Clocker/Panel.xib
index 1145ae7..b6cf8d9 100755
--- a/Clocker/Panel.xib
+++ b/Clocker/Panel.xib
@@ -59,10 +59,10 @@
-
+
-
+
@@ -74,7 +74,7 @@
-
+
@@ -86,9 +86,9 @@
-
+
-
+
@@ -99,9 +99,9 @@
-
-
-
+
+
+
diff --git a/Clocker/Preferences/CLPreferencesViewController.m b/Clocker/Preferences/CLPreferencesViewController.m
index 349535a..ef8946c 100644
--- a/Clocker/Preferences/CLPreferencesViewController.m
+++ b/Clocker/Preferences/CLPreferencesViewController.m
@@ -479,7 +479,7 @@ NSString *const CLPreferencesAvailableTimezoneIdentifier = @"availableTimezones"
return;
}
- self.searchField.placeholderString = @"Fetching data!";
+ self.searchField.placeholderString = @"Fetching data might take some time!";
self.placeholderLabel.placeholderString = @"Retrieving timezone data";