diff --git a/Clocker/Clocker/en.lproj/Panel.xib b/Clocker/Clocker/en.lproj/Panel.xib
index b42805c..6257175 100755
--- a/Clocker/Clocker/en.lproj/Panel.xib
+++ b/Clocker/Clocker/en.lproj/Panel.xib
@@ -42,10 +42,10 @@
-
+
-
-
+
+
@@ -315,13 +315,13 @@
-
+
-
+
-
+
@@ -420,7 +420,7 @@
-
+
@@ -556,7 +556,7 @@
-
+
-
+
-
+
-
+
diff --git a/Clocker/Panel/Upcoming Events/UpcomingEventsDataSource.swift b/Clocker/Panel/Upcoming Events/UpcomingEventsDataSource.swift
index 4fec084..e2c2905 100644
--- a/Clocker/Panel/Upcoming Events/UpcomingEventsDataSource.swift
+++ b/Clocker/Panel/Upcoming Events/UpcomingEventsDataSource.swift
@@ -7,7 +7,7 @@ class UpcomingEventsDataSource: NSObject, NSCollectionViewDataSource, NSCollecti
private var upcomingEvents: [EventInfo] = []
private var eventCenter: EventCenter!
private weak var delegate: UpcomingEventPanelDelegate?
- private static let panelWidth: CGFloat = 350.0
+ private static let panelWidth: CGFloat = 300.0
init(_ panelDelegate: UpcomingEventPanelDelegate?, _ center: EventCenter) {
super.init()