diff --git a/Clocker/Panel/UI/TimezoneDataSource.swift b/Clocker/Panel/UI/TimezoneDataSource.swift index 591527e..4fb12dc 100644 --- a/Clocker/Panel/UI/TimezoneDataSource.swift +++ b/Clocker/Panel/UI/TimezoneDataSource.swift @@ -102,7 +102,7 @@ extension TimezoneDataSource: NSTableViewDataSource, NSTableViewDelegate { return CGFloat(rowHeight) } - return 0 + return 1 } func tableView(_ tableView: NSTableView, rowActionsForRow row: Int, edge: NSTableView.RowActionEdge) -> [NSTableViewRowAction] {