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)