From d9984f865772c324a9767f9d491b015afcb4e8fe Mon Sep 17 00:00:00 2001 From: Abhishek Date: Sat, 24 Oct 2020 03:40:14 -0500 Subject: [PATCH] Minor height change for home timezones. --- Clocker/Panel/UI/TimezoneDataSource.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Clocker/Panel/UI/TimezoneDataSource.swift b/Clocker/Panel/UI/TimezoneDataSource.swift index 0c3e37c..1ada9b3 100644 --- a/Clocker/Panel/UI/TimezoneDataSource.swift +++ b/Clocker/Panel/UI/TimezoneDataSource.swift @@ -104,7 +104,7 @@ extension TimezoneDataSource: NSTableViewDataSource, NSTableViewDelegate { } if model.isSystemTimezone { - rowHeight += 5 + rowHeight += 2 } rowHeight += (userFontSize.intValue * 2)