From 2a6ebf4d973eea0106f9652afb3605eb3f1cdb7e Mon Sep 17 00:00:00 2001 From: Abhi Date: Sat, 22 Apr 2023 17:35:28 -0400 Subject: [PATCH] Resizing. --- Clocker/Clocker/en.lproj/Panel.xib | 30 +++++++++---------- .../UpcomingEventsDataSource.swift | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) 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()